Why Android simulator is so slow? -


this question has answer here:

i'm using mac pro quite powerful hardware(8g memory, ssd , i5). however, when run android simulator, it's slow(spent 2 minutes on start-up) , more worse, response mouse click.

is there wrong configuration? or can do? enter image description here

thanks!

you can switch x86 emulator images, described in the documentation. arm emulator images closer production hardware runs, android devices have arm cpus. however, os x machines use x86 cpus, , converting between arm instructions , x86 instructions on fly adds quite bit of overhead. x86 emulator requires initial setup, give faster results.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -