gpt4 book ai didi

android - 如何使用 Monkeyrunner 卸载软件包?

转载 作者:行者123 更新时间:2023-11-29 18:21:50 26 4
gpt4 key购买 nike

这个脚本有什么问题?

 # 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')

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

最佳答案

试试这个:

device.removePackage 'com.mypackage.myapp'

关于android - 如何使用 Monkeyrunner 卸载软件包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4967064/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com