错误如下:
[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.
重新运行就可以了
解决Android应用重签名问题
本文介绍了当尝试重新安装已存在但签名不同的Android应用程序时遇到的问题,并提供了详细的解决方案,包括如何使用adb命令进行卸载。
2634

被折叠的 条评论
为什么被折叠?



