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

来源:互联网 发布:java utc时间转换 在线 编辑:程序博客网 时间:2024/05/21 22:48

2011-10-15 17:06:03     我来说两句      
收藏    我要投稿

我是在导入已经存在的项目时出现的错误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:\android\android-sdk-windows\platform-tools 下

E:\android\android-sdk-windows\platform-tools> adb uninstall com.example.android.apis.

重新运行就可以了

 

0 0