Monkeyを使用して Android アプリをテストしようとしています。そこでは、このコマンドを使用すると言います。
$ adb shell monkey -p your.package.name -v 500
私のアプリでは、パッケージ名として travelceylon\client を使用しているため、コマンドを次のように指定すると:
adb -e shell monkey -p travelceylon\client -v 1000
...次のようなエラーが表示されます。
:Monkey: seed=0 count=1000
:AllowPackage: travelceylonclient
:IncludeCategory: android.intent.category.LAUNCHER
:IncludeCategory: android.intent.category.MONKEY
** No activities found to run, monkey aborted.
それで、私はここで何を間違っていますか?