i wanted to use monkey,but it did not work!
startAppCommand = 'moneky -p com.example.packageName -c android.intent.category.LAUNCHER 1'
result = device.shell(startAppCommand)
print('the result of '+startAppCommand + ' is ' + result)
then the reslut was :
the result of moneky -p com.example.packageName -c android.intent.category.LAUNCHER 1 is /system/bin/sh: moneky: not found
is there a solution for dealing with the problem? thanks!