INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES on adb install

前端 未结 7 1066
梦毁少年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:21

    For me the problem was I had the same application already installed with another key. Uninstalling the old application solved the problem, as noted here:

    https://stackoverflow.com/a/10280878

提交回复
热议问题