Skip to content Skip to sidebar Skip to footer

Problems Launching Android Java Project In A Android Virtual Machine Using Eclipse

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 platform th

Solution 1:

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

Solution 2:

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.

Solution 3:

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.

Solution 4:

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!! :)

Post a Comment for "Problems Launching Android Java Project In A Android Virtual Machine Using Eclipse"