Что не так с этим скриптом?
# Imports the monkeyrunner modules used by this program
from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice
# Connects to the current device, returning a MonkeyDevice object
device = MonkeyRunner.waitForConnection()
#Uninstall package
device.removePackage ('MyApp.apk')
Я также пытался использовать путь к приложению и не работал.