0

I'm using MAC PRO with quite powerful hardware(8G memory, SSD and i5). However, when I run the Android simulator, it's so slow(spent 2 minutes on start-up) and more worse, it response so slowly to mouse click.

Is there any wrong with my configuration? or anything I can do? enter image description here

Thanks!

LiangWang
  • 8,038
  • 8
  • 41
  • 54

3 Answers3

6

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.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
0

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

akarsha
  • 3
  • 3
0

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.

Simon
  • 2,328
  • 6
  • 26
  • 30