遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办

简介: 遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办

首先要说明,不一定能解决。


 先试试:


 adb shell settings put global verifier_verify_adb_installs 0


 adb shell settings put global package_verifier_enable 0



 一般情况下,并不能解决。


 这时,可以将apk放到这个目录下:


 /system/app

目录
相关文章
|
7月前
Installation failed due to: ‘-26‘
Installation failed due to: ‘-26‘
42 2
成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an
成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an
成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an
|
Python
ERROR: Failed building wheel for osgeo
ERROR: Failed building wheel for osgeo
372 0
|
Shell
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
1337 0
|
开发者 Python
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
417 0
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied
|
Java
Error: A JNI error has occurred, please check your installation and try again
Error: A JNI error has occurred, please check your installation and try again
203 0
|
Android开发
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
438 0
解析Failure [INSTALL_FAILED_CONFLICTING_PROVIDER]
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
585 0
The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE
|
Android开发
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案
Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER 解决方案
|
Python
pip/easy_install failure: failed to create process
使用pip install requests安装requests, 报错: failed to create process 解决方法: 执行Python -m pip install --upgrade pip --force-reinstall  1.
1267 0