我在尝试让我的电脑在我的手机上运行android应用程序时遇到了很多麻烦。我的电脑运行的是Ubuntu 11.10,我的手机运行的是HTC Desire 2.2。下面是我在Eclipse的控制台中得到的错误:
[2011-12-13 19:35:05 - InitialChoice2] Re-installation failed due to different application signatures.
[2011-12-13 19:35:05 - InitialChoice2] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2011-12-13 19:35:05 - InitialChoice2] Please execute 'adb uninstall com.android.taskreminder' in a shell.
[2011-12-13 19:35:05 - InitialChoice2] Launch canceled!我试着重命名这个包,但是得到了同样的错误。我的手机也处于HTC同步模式,我已经尝试过改变这种模式。我试图打开亚行的外壳,但无济于事。我有点困惑如何在linux中使用它,当我导航到终端中adb所在的目录时,我得到另一个错误,说它不能识别adb命令。我想我不确定如何正确执行"adb uninstall com.android.taskreminder“。任何帮助都是非常感谢的。
发布于 2011-12-14 03:08:33
尝试从您的手机卸载它。进入“设置”>“应用程序”>“管理应用程序”查找应用程序名称。选择它。应该有一个卸载它的选项。
如果想在shell中使用adb,可以尝试sudo adb...
发布于 2011-12-14 03:07:20
请先尝试通过电话卸载应用程序。此错误通常发生在您以两种不同的方式安装应用程序时,因此它具有不同的开发签名,因此无法更新或重新安装。
https://stackoverflow.com/questions/8494456
复制相似问题