Wednesday 15 January 2014

android - Monkey says no activities found -


It used to work just right in my settings, and now it is also giving this error for a test application.

The default manifest file is shown below;

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Manifest xmlns: Android = "http://schemas.android.com/apk/res/android" package = "com.example.test" Android: versionCode = "1" Android: versionName = "1.0" & gt; & Lt; Use-sdk android: minSdkVersion = "8" Android: targetSdkVersion = "17" /> & Lt; Android: Android: icon = "true_android": icon = & Lt; Activity Android: name = "com.example.test.MainActivity" android: label = "@ string / app_name" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.MAIN" /> & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; / Application & gt;   

The image of the monkey output

Enter image details here

If I am shown here that I am not wrong then the project name and directory match

 Enter the image details here

I have no clue what I'm doing wrong here .. Please help. ..

-p & lt; Permission-package-name & gt; In your case, -p com.example .test

No comments:

Post a Comment