当我在Device/Emulator上运行应用程序时,出现以下错误
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!已在终端中执行命令。但是这个错误仍然存在。
发布于 2012-05-05 02:37:59
尝试从设备上卸载应用程序。如果问题仍然存在,请更改您的包名称。希望这能解决这个问题。
发布于 2014-06-25 20:57:10
只需在根shell中使用即可完全删除
pm卸载PACK.AGE.NAME
在你的情况下
pm卸载com.engatest
https://stackoverflow.com/questions/10454096
复制相似问题