Android 重命名的应用程序在emulator中导致错误

Android 重命名的应用程序在emulator中导致错误,android,time,countdowntimer,Android,Time,Countdowntimer,我已经在我的emulator中运行了一个应用程序,现在我再次重命名它并运行以更改我的应用程序,但我在emulator中遇到以下错误: [2012-02-23 11:12:55 - CountDownTime] Re-installation failed due to different application signatures. [2012-02-23 11:12:55 - CountDownTime] You must perform a full uninstall of the ap

我已经在我的emulator中运行了一个应用程序,现在我再次重命名它并运行以更改我的应用程序,但我在emulator中遇到以下错误:

[2012-02-23 11:12:55 - CountDownTime] Re-installation failed due to different application signatures.
[2012-02-23 11:12:55 - CountDownTime] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2012-02-23 11:12:55 - CountDownTime] Please execute 'adb uninstall com.examples' in a shell.
[2012-02-23 11:12:55 - CountDownTime] Launch canceled!

嘿,Deepu,您必须从emulator卸载应用程序,然后再次运行并检查

我想你的问题会解决的


谢谢。

首先从模拟器中卸载应用程序。卸载后运行应用程序

要卸载应用程序,请按照以下步骤进行操作

在模拟器中

      goto settings->Applications->Manage Application->Select Ur Project Name->and Click Uninstall Button.

在emulator中,我没有找到此设置选项请参见您的主屏幕设置图标。默认情况下,每个emulator的设置图标都会像我们的手机一样出现。为了便于参考,我还添加了此图像。请检查它。