I have Ubuntu 11.04 and i downloaded latest eclipse ADT bundle, i also have installed all ia32libs
, i dont know why the emulator is not starting, i have tried various device configurations, i have 4 platforms 2.2, 2.3 , 4.0 ,4.2. i have tried various permutation and combination, but virtual device does not show up-none of them.
I have also tried various solutions in other SO'questions, they do not solve my problem. i have been stuck in these for weeks, still i have reached no where?Please Help
FYI: I also have eclipse Helios, in that it works fine but, i cannot get/download platform above 3.0/Honeycomb in that, and in the Helios the virtual devices work fine. i dont know whether its relevant or not, but still..
If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.
SDK Build Tools are not installed You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager. Under SDK Tools you will find the Android SDK Build tools.
Run your emulator in Command Line Parameters
To start an instance of the emulator from the command line, navigate to the tools/
folder of the SDK. Enter emulator command like this:
emulator -avd <avd_name>
more about emulator link here:
On Ubuntu 14.04 64bit with a NVidia graphics card I had to do the following:
sudo apt-get install lib32stdc++6 lib32z1
sudo apt-get install libgl1-mesa-dev
It then worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With