0

我想用猴子测试我的 apk(包名:com.edutor.ignitor)。所以我输入了以下命令

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.

有什么建议么 ..?

4

1 回答 1

0

猴子没有输入种子值,没有可执行事件,加上种子值,设置为20,如:

adb shell 猴子-p om.edutor。点火器-s 20-vvv 200
于 2017-09-19T03:25:17.033 回答