Skip to content Skip to sidebar Skip to footer

Intel X86 Emulator Starts But Android Doesn't Boot

I want to run my app on a emulator api level 10 using Intel HAX technology. I've downloaded the HAXM package from sdk manager and installed it. I've also enabled the 'Virtualizatio

Solution 1:

I am on Windows 7 too and can't get API 10 to work with the Intel x86 image, unless I set the RAM to 768 (max for Windows and far more than devices had then) and turn off "Use Host GPU".

Solution 2:

Please make sure you have the right x86 image installed corresponding to the API level. You can find x86 image distribution here

I have seen that decreasing the RAM size works, when the system is running low on RAM. 512MB would be ideal in most scenarios. Please enable "Use Host GPU" and make sure you are selecting x86 from the drop down box on AVD.

Refer to this article for more information

Solution 3:

You are trying to use API Level 10? The minimal requirements for HAXM is API level 17. Here are some links that might be helpful to look at: https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

https://software.intel.com/en-us/blogs/2014/03/14/troubleshooting-intel-haxm

Solution 4:

To use the graphics acceleration feature make sure you have

Android SDK Tools - Revision 17 + Android SDK Platform API 15 - Revision 3+

Download the intel x86 images from http://www.intel.com/software/android Click on tools and navigate to bottom of the page for the details

I hope you have already installed intel HAXM and its running else please refer https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

Moreover, it worked for me only when I checked Use Host GPU option.

I know I am late but I hope it will help the new users like me.

Solution 5:

Have you downloaded Intel x86 Atom System Image? That's the image required for running on HAX enter image description here

Post a Comment for "Intel X86 Emulator Starts But Android Doesn't Boot"