您的位置:首页 > 移动开发

解决错误:Re-installation failed due to different application signatures

2012-11-08 23:00 399 查看
在导入已经存在的项目时出现的错误Re-installation failed due to different application signatures

调试信息如下:

[2011-10-11 10:08:37 - ApiDemos] Re-installation failed due to different application signatures.

[2011-10-11 10:08:37 - ApiDemos] You must perform a full uninstall of the application. WARNING: This will remove the application data!

[2011-10-11 10:08:37 - ApiDemos] Please execute 'adb uninstall com.example.android.apis' in a shell.

[2011-10-11 10:08:37 - ApiDemos] Launch canceled!

这时先运行android模拟机,进入命令行,当然你要定位adb.exe的目录,我是放在E:androidandroid-sdk-windowsplatform-tools 下

E:androidandroid-sdk-windowsplatform-tools> adb uninstall ×××.×××.×××

(要卸载的程序所在的包名)

重新运行就可以了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐