私は猿を使いたいと思っていましたが、うまくいきませんでした!名前が不明な活動を始めるには?
startAppCommand = 'moneky -p com.example.packageName -c android.intent.category.LAUNCHER 1'
result = device.shell(startAppCommand)
print('the result of '+startAppCommand + ' is ' + result)
はその後reslutされました:
the result of moneky -p com.example.packageName -c android.intent.category.LAUNCHER 1 is /system/bin/sh: moneky: not found
は、問題に対処するための解決策はありますか?感謝! ありがとう!
FYI: 'monkey'!=' monkeyrunner' –