Somehow, I have deleted the code from for sample apps from workspace, but the apps still show up in android emulator. How do I delete them?
+3
A:
Inside the emulator go to the Settings app, then Applications -> Manage Applications -- you can delete them from there.
Dre
2010-06-08 02:35:35
Thanks ..that worked.
yogsma
2010-06-08 03:37:06
+3
A:
ADB lets you uninstall applications. Just go:
adb uninstall <package>
You can find ADB in the tools folder of the Android SDK.
Drew
2010-06-08 02:39:57