Android Emulator won't run application started from eclipse

前端 未结 11 2046
甜味超标
甜味超标 2020-11-28 06:42

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

11条回答
  •  醉梦人生
    2020-11-28 07:25

    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

提交回复
热议问题