DBMNG数据库管理与应用

独立思考能力,对于从事科学研究或其他任何工作,都是十分必要的。
当前位置:首页 > 移动应用 > Android

INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES错误解决方法

部分网友可能在安装APK文件时出现类似INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES的提示,同时类似的提示如下:  

 Android Launch!
 adb is running normally.
 Performing com.android123.CWJ activity launch
 Automatic Target Mode: using device 'HT840GZ25974'
 Uploading CWJ.apk onto device 'HT840GZ25974'
 Installing CWJ.apk...
 Application already exists. Attempting to re-install instead...
 Re-installation failed due to different application signatures.
 You must perform a full uninstall of the application. WARNING: This will remove the application data!
 Please execute 'adb uninstall com.android123.CWJ' in a shell.
 Launch canceled!

  这样的问题主要是签名冲突造成的,比如你使用了ADB的debug权限签名,但后来使用标准sign签名后再安装同一个文件会出现这样的错误提示,解决的方法除了只有先老老实实从手机上卸载原有版本再进行安装,而adb install -r参数也无法解决这个问题。


本站文章内容,部分来自于互联网,若侵犯了您的权益,请致邮件chuanghui423#sohu.com(请将#换为@)联系,我们会尽快核实后删除。
Copyright © 2006-2023 DBMNG.COM All Rights Reserved. Powered by DEVSOARTECH            豫ICP备11002312号-2

豫公网安备 41010502002439号