We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.9版本的 device.install 支持配置flags参数,升级1.2.11后不支持了。
# 安装 # -r: 覆盖安装已存在Apk,并保持原有数据 # -t: 运行安装测试Apk # -d: 运行安装低版本Apk; device.install(str(apk_path), flags=["-r", "-t", "-d"])
The text was updated successfully, but these errors were encountered:
1.2.9: 1.2.11:
Sorry, something went wrong.
No branches or pull requests
1.2.9版本的 device.install 支持配置flags参数,升级1.2.11后不支持了。
The text was updated successfully, but these errors were encountered: