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
-l
install [-lrtsdg] PACKAGE install-multiple [-lrtsdpg] PACKAGE... push package(s) to the device and install them -l: forward lock application -r: replace existing application -t: allow test packages -s: install application on sdcard -d: allow version code downgrade (debuggable packages only) -p: partial application install (install-multiple only) -g: grant all runtime permissions
-rld
友情提醒:在8.0开始 如果继续使用 -l 参数会抛该异常java.lang.IllegalArgumentException: New installs into ASEC containers no longer supported
The text was updated successfully, but these errors were encountered:
New installs into ASEC containers no longer supported
Sorry, something went wrong.
Failure [INSTALL_FAILED_INTERNAL_ERROR]
No branches or pull requests
-l
的中文/英文的含义 和命令里的解释不一样install [-lrtsdg] PACKAGE install-multiple [-lrtsdpg] PACKAGE... push package(s) to the device and install them -l: forward lock application -r: replace existing application -t: allow test packages -s: install application on sdcard -d: allow version code downgrade (debuggable packages only) -p: partial application install (install-multiple only) -g: grant all runtime permissions
-rld
这样子连着写法 无法被识别 要 拆成多个参数拼接才可以友情提醒:在8.0开始 如果继续使用
-l
参数会抛该异常java.lang.IllegalArgumentException: New installs into ASEC containers no longer supportedThe text was updated successfully, but these errors were encountered: