Anton Cherkashyn
Anton Cherkashyn

Reputation: 5859

Android 2.3.3 emulator with x86 image won't run with "Use host GPU"

I noticed that if I check the "Use host GPU" checkbox when creating a new virtual device with Android 2.3.3 and Intel x86 system image, the emulator just won't run, it shows black screen with no signs of life, aside from errors in logcat. According to some information that I found online, running on host GPU was never intended to work for 2.3.3 images, only 4.0.3+. But then I found this answer where the author claims to successfully run it after installing ironhide. But ironhide, which I've never had a chance to use and don't quite know what it actually is, is only available on Linux. Is there any way to run 2.3.3 with x86 system image and host GPU enabled on Windows?

Upvotes: 7

Views: 5405

Answers (2)

IronBlossom
IronBlossom

Reputation: 3907

Just uncheck the "Use Host GPU", as its intended for Android 4+. Emulator is fast enough on this combination even if you dont use host gpu and you set enough RAM when installing HAXM and disable the animation.

Upvotes: 3

Yocko
Yocko

Reputation: 86

To use the graphics acceleration feature, you must have the following versions of the Android development tools installed: Android SDK Tools, Revision 17 or higher Android SDK Platform API 15, Revision 3 or higher

Upvotes: 7

Related Questions