I have followed the \"Hello World\" example from Google\'s Android developer\'s guide. When I try to run the application in the SDK emulator, nothing happens. The emulator s
One solution is go to android sdk/tools directory and start ddms.bat for Dalvik Debug Monitor, then select Actions->Reset adb. That seem to fix the problem