PhoneGap INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES错误

时间:2021-11-18 10:56:32

I have made a PhoneGap/Cordova based application, that seems to work fine when tested with Chrome + Ripple.

我做了一个基于PhoneGap/Cordova的应用,在Chrome + Ripple的测试中效果似乎还不错。

When I'm trying to install it to my Android device(which is ADB configured, and shows up in Eclipse SDK), I get the INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES error.

当我试图将它安装到我的Android设备(配置为ADB,并显示在Eclipse SDK中)时,我将获得INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES错误。

By reading existing posts on the same issue, I understand that it has to deal with re-installation of the app.

通过阅读关于同一问题的现有文章,我理解它必须处理重新安装应用程序。

But, this is the first time I am trying to run this app on any device, and I don't see how re-installing might solve the problem.

但是,这是我第一次尝试在任何设备上运行这个应用,我不知道如何重新安装才能解决这个问题。

Any advice on resolving the error would be much appreciated.

如有任何解决错误的建议,我们将不胜感激。

1 个解决方案

#1


27  

Look for another app in settings->apps->downloaded that may have the same package name and uninstall it.

在设置中寻找另一个应用程序——>应用程序——>下载,可能有相同的包名并卸载。

#1


27  

Look for another app in settings->apps->downloaded that may have the same package name and uninstall it.

在设置中寻找另一个应用程序——>应用程序——>下载,可能有相同的包名并卸载。