我想用猴子,但它不起作用!
startAppCommand = 'moneky -p com.example.packageName -c android.intent.category.LAUNCHER 1'
result = device.shell(startAppCommand)
print('the result of '+startAppCommand + ' is ' + result)
然后结果是:
the result of moneky -p com.example.packageName -c android.intent.category.LAUNCHER 1 is /system/bin/sh: moneky: not found
有解决问题的方法吗? 谢谢!
答案 0 :(得分:1)
startAppCommand ='moneky -p com.example.packageName ...
我认为它拼写monkey
,而不是moneky
,这显然是错误消息指向的内容:
moneky:未找到