标签:
在启动一个模拟器时遇到了这个错误,具体原因未求证,根据提示我猜测是由于一个应用程序有多个数字签名造成的。解决这个问题的方法很简单,就是根据它给出的如下提示:
You must perform a full uninstall of the application.
Please execute ‘adb uninstall com.xxx.xxx‘ in a shell.
进行如下操作:
1.在命令行里进入到你的sdk目录下的tools文件夹里。如果忘了这个目录在哪儿的话,可以在Eclipse的Window->preferences里找到。
2.此时,在命令行中键入 ‘adb uninstall com.xxx.xxx‘.
问题解决!
Re-installation failed due to different application signatures
标签:
原文地址:http://www.cnblogs.com/lonelywolfmoutain/p/4176343.html