I have HAXM installed successfully, but even using HAXM on later Android OS versions It just isn't as snappy as 4.0.3. Has anyone else noticed this? What is it about 4.0.3 that makes that version so snappy on the android emulator with HAXM?
Asked
Active
Viewed 185 times
0
-
2Most likely, it is because Android itself is getting more complex. – CommonsWare Apr 04 '14 at 20:04
-
I'm with CommonsWare, have you tried it on older versions than 4.0.3? – zgc7009 Apr 04 '14 at 20:08
-
Yes, but I just realized, although HAXM is working on my 2.3.3 emulator, "Use Host GPU" doesn't work with it... – Adam Johns Apr 04 '14 at 20:10
1 Answers
0
As CommonsWare pointed out this is likely because of increasing complexity of Android. I had thought that this couldn't be the answer because my 2.3.3 emulator was still slower than my 4.0.3 emulator, but as discovered here, to use graphics acceleration "Use Host GPU", you must have an emulator with at least API 15 (4.0.3):
Start the AVD Manager and create a new AVD with the Target value of Android 4.0.3 (API Level 15), revision 3 or higher.
Therefore 4.0.3 would be the "least complex" version of android that also has gpu acceleration capabilities.

Adam Johns
- 35,397
- 25
- 123
- 176