Why Android simulator is so slow?

This question already has an answer here:

  • Why is the Android emulator so slow? How can we speed up the Android emulator? [closed] 78 answers

  • You can switch to the x86 emulator images, as is described in the documentation. The ARM emulator images are closer to what most production hardware runs, as most Android devices have ARM CPUs. However, OS X machines use x86 CPUs, and converting between ARM instructions and x86 instructions on the fly adds quite a bit of overhead. The x86 emulator requires some initial setup, but then will give you much faster results.


    It depends on your RAM. Bigger the size faster it'll be. you need to increase your ram.


    Using a real Android phone for testing is more reliable, some things don't work which does on an emulator, and most important, a real Android phone is much faster. If you don't have an Android phone you can try what the others said, increase the RAM size.

    链接地址: http://www.djcxy.com/p/85480.html

    上一篇: 模拟器花费太多时间启动

    下一篇: 为什么Android模拟器如此之慢?