Why is the Android tablet emulator so slow? Is there way to speed it up? [duplicate]
Possible Duplicate:
sl开发者_JAVA百科ow android emulator
My tablet is not here yet, which is why I have to use the emulator for development for now. But it is soooo slow, and it is almost not usable. Does anybody has any trick to speed it up a bit?
I am working on a very decent machine:
MacBook Pro, 2.4 Intel Core 2 Duo, 8G Memory, SSD.
Thanks
There are a number of answers to a near identical question here.
It is slow because it is emulating an ARM processor on an x86 machine. This means that:
- All hardware acceleration is lost and has to be emulated in software, and
- All the system calls have to be restructured.
Google is working on better ways of doing graphics, but nothing is released yet.
There are no tricks as of yet, and no other Emulators that you can use, Until Google actually makes one. Thank you
There are a number of answers to a near identical question here.
I know a trick. Upgrade to a better CPU, preferably one not subject to laptop limitations.
精彩评论