문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top