I imported ApiDemos from android-sdk folder using File/New/Project/Android Project/Create Project Existing Samples. When I tried to run any of them, I got this error:
[2011-06-09 10:03:34 – ApiDemos] Re-installation failed due to different application signatures.
[2011-06-09 10:03:34 – ApiDemos] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2011-06-09 10:03:34 – ApiDemos] Please execute ‘adb uninstall com.example.android.apis’ in a shell.
What I am supposed to do ? Thank you !
Delete existing version of Api Demos from emulator. Go to Settings -> Applications -> Manage Applications click on Api Demos and uninstall it.
And then re run Api Demos.
Hope this help!!!