I am new to Monkey testing tool, it says run the following command
adb shell monkey -p \"package name\" -v 3
It is not clear to
Check your application whether it has an Activity (android.intent.category.LAUNCHER)or not in manifest file. If its not present you will get this error. Actually i am also testing mobile apps with monkey tool and got this error. If you have any doubt create a sample project with Activity & intent filter and run monkey tool.