INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES当安装程序的第一次安装程序、INSTALL_PARSE_FAILED_INCONSISTENT_CERTIF

由网友(别开枪是我!)分享简介:我试图建立和手动登录一个应用程序,但我不断收到 INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES 安装的仿真器时,之前我甚至成功安装一次。I am trying to build and sign an app manually, but I keep getting IN...

我试图建立和手动登录一个应用程序,但我不断收到 INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES 安装的仿真器时,之前我甚至成功安装一次。

I am trying to build and sign an app manually, but I keep getting INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES when installing to the emulator, before I even succeeded installing once.

以防万一,我试图卸载应用程序(是的,我给了正确的Java包的名称),但它并没有解决问题。

Just in case, I have attempted to uninstall the app (yes, I gave the right Java package name), but it didn't solve the problem.

我也试图重新启动仿真器并标记的清除用户数据复选框。

I have also tried restarting the emulator and marking the "Wipe User Data" checkbox.

包名称包括我们公司的名称,因此它无法与内部包冲突。

The package name includes our company name, so it could not clash with internal packages.

我没有在网上找到的任何其他的解释,除了你有另外一个版本已经安装相同的应用程序的错误,所以我有点困在这里。

I haven't found in the internet any other explanation to the error except for "you have another version of the same app already installed", so I'm kind of stuck here.

谢谢!

推荐答案

也许它没有签名是否正确?尝试使用Eclipse或SDK Ant任务构建它和比较的APK。或者使用的jarsigner来检查签名,并确保这是你所期望的。

Maybe it's not signed correctly? Try to build it with Eclipse or the SDK Ant tasks and compare the APKs. Or use jarsigner to check the signature and make sure it's what you expect.

阅读全文

相关推荐

最新文章