INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES on adb install

前端 未结 7 1058
梦毁少年i
梦毁少年i 2020-12-17 07:46

The same Android project is built in debug mode, sometimes with Eclipse, sometimes with ant (on build machine).

If I first install the ant build, and then try to sta

相关标签:
7条回答
  • 2020-12-17 08:27

    In IntelliJ although you can select a debug keystore for debug signing your applications you can not enter keystore password or keypassword. You could export your release certificates and import them to your debug keystore and change keystore and key passwords to "android". I have prepared step by step instructions for it: http://www.denizoguz.com/2013/01/12/failure-install_parse_failed_inconsistent_certificates/

    0 讨论(0)
提交回复
热议问题