1

这个脚本有什么问题?

# 导入此程序使用的 monkeyrunner 模块
从 com.android.monkeyrunner 导入 MonkeyRunner,MonkeyDevice
# 连接到当前设备,返回一个 MonkeyDevice 对象
设备 = MonkeyRunner.waitForConnection()
#卸载包
device.removePackage ('MyApp.apk')

我也尝试使用应用程序的路径,但没有奏效。

4

1 回答 1

3

尝试这个:

device.removePackage 'com.mypackage.myapp'
于 2011-02-11T08:47:13.390 回答