Android Launch取消了!控制台出错

时间:2012-05-04 18:18:15

标签: android adb uninstall launch

当我在设备/模拟器上运行应用程序时出现错误

Re-installation failed due to different application signatures. [2011-04-19 10:11:20 - enga] You must perform a full uninstall of the application. WARNING: This will remove the application data! [2011-04-19 10:11:20 - enga] Please execute 'adb uninstall com.engatest' in a shell. Launch canceled!

在终端执行命令。但错误仍然存​​在。

2 个答案:

答案 0 :(得分:4)

尝试手动从设备中卸载应用程序。如果问题仍然存在更改您的包名称。希望能解决问题。

答案 1 :(得分:0)

只需在root shell中使用即可完全删除

  

pm卸载PACK.AGE.NAME

在你的情况下

  

pm uninstall com.engatest