Why does the Android emulator work so embarrassingly?

I have Windows 7 prof 64 bit with 12 GB of RAM. I run a lot of Linux and Windows virtual machines very well. Why is the Android emulator so slow? How to make it faster?

+3
source share
3 answers

Most Android images run on ARM platforms. This means that your computer must emulate the entire device, including translating ARM instructions into x86 instructions. You should try the new x86 emulator images. They are much faster. See this manual from Intel.

+6
source

Android x86 VMWare. , , , . (, geek Android :))

http://www.android-x86.org/documents/installhowto

+2
+1
source

All Articles