apk (パッケージ名: com.edutor.ignitor) を monkey でテストしたいです。だから私は次のコマンドを入力しました
adb shell monkey -p com.edutor.ignitor -v 200
次のようにエラーが発生します
:Monkey: seed=1403140033385 count=200
:AllowPackage: com.edutor.ignitor
:IncludeCategory: android.intent.category.LAUNCHER
:IncludeCategory: android.intent.category.MONKEY
** No activities found to run, monkey aborted.
次に、次のコマンドを入力しました
adb shell monkey -p com.edutor.ignitor -c android.intent.category.LAUNCHER -c android.intent.category.MONKEY -vvv 100
次のようにエラーが発生します
:Monkey: seed=1403155767105 count=100
:AllowPackage: com.edutor.ignitor
:IncludeCategory: android.intent.category.LAUNCHER
:IncludeCategory: android.intent.category.MONKEY
** No activities found to run, monkey aborted.
助言がありますか ..?