Problems launching Android java project in a Android Virtual Machine using Eclipse

前端 未结 4 432
傲寒
傲寒 2021-01-17 06:33

I have installed and set up Eclipse and the plugin ADT in order to work with Android SDK. So far so good. But when I try to launch a VM(virtual Machine) for any android plat

相关标签:
4条回答
  • 2021-01-17 06:59

    Do you Run your project or only start an emulator? After starting emulator, click Run button and select "Run as Android project".

    0 讨论(0)
  • 2021-01-17 06:59

    Emulator thread automatically cuts off if for some time you have not done any activity on it.. so.. keep running your app to keep emulator on LIVE!

    My advice - if you having an android phone.. please usb debug it and Debug your application on your phone... You will feel relieved from the long durations of the emulator........ to run!! :)

    0 讨论(0)
  • 2021-01-17 07:11

    I am not sure how long you waited, but starting the emulator the first time (before you have a snapshot) can take quite a long time. Depending on you hardware it can take more than 10 minutes to launch.

    0 讨论(0)
  • 2021-01-17 07:14

    I had a similar issue which was solved by creating a new emulator and running it. You can check progress in Devices view through DDMS. Sometimes, this problem may occur when a snapshot enabled emulator hangs because of error, which can be solved by starting the emulator with user data wiped.

    0 讨论(0)
提交回复
热议问题