请提供以下错误的解决方案

时间:2012-06-26 11:15:01

标签: java android adb

我是Android开发领域的新手。在导入少数项目之前,我能够运行Android项目,但在导入少数项目后,我无法运行以前的可行项目,当我尝试编译项目时,它会返回以下错误:

[2012-06-26 16:51:25 - SplashScreen] Re-installation failed due to different application signatures.
[2012-06-26 16:51:25 - SplashScreen] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2012-06-26 16:51:25 - SplashScreen] Please execute 'adb uninstall Flexsharp.BT.Directory' in a shell.
[2012-06-26 16:51:25 - SplashScreen] Launch canceled!

请给我你的建议以纠正错误。

3 个答案:

答案 0 :(得分:2)

问题是,您已经使用其他一些密钥库将相同的应用程序安装到设备中。因此尝试使用其他签名安装相同的程序包会导致问题。这是为了避免安全问题。因此,您必须从命令模式或仅从设置中卸载应用程序。并重新安装应用程序。

有关更多说明,请参阅此内容,

https://stackoverflow.com/a/2887443/603744

答案 1 :(得分:1)

你应该

execute 'adb uninstall Flexsharp.BT.Directory' in a shell.

错误说

答案 2 :(得分:0)

打开命令提示符: go android-sdk path我的情况是:C:\ android-sdk \ platform-tools>

输入

 adb uninstall Flexsharp.BT.Directory