这个脚本有什么问题?
# 导入此程序使用的 monkeyrunner 模块
从 com.android.monkeyrunner 导入 MonkeyRunner,MonkeyDevice
# 连接到当前设备,返回一个 MonkeyDevice 对象
设备 = MonkeyRunner.waitForConnection()
#卸载包
device.removePackage ('MyApp.apk')
我也尝试使用应用程序的路径,但没有奏效。
这个脚本有什么问题?
# 导入此程序使用的 monkeyrunner 模块
从 com.android.monkeyrunner 导入 MonkeyRunner,MonkeyDevice
# 连接到当前设备,返回一个 MonkeyDevice 对象
设备 = MonkeyRunner.waitForConnection()
#卸载包
device.removePackage ('MyApp.apk')
我也尝试使用应用程序的路径,但没有奏效。