|
|
|
|
|
by mncolinlee
4488 days ago
|
|
An important correction: Unlike iOS, Android does not come with a simulator. It has an emulator. That explains many of the differences in startup speed and performance. A simulator runs natively and does not have to emulate the ARM machine code on your x86 device. The Android emulator is theoretically more accurate and runs the entire Android OS, but the cost penalty is huge. Therefore, most Android developers test small changes initially on a device. http://programmers.stackexchange.com/questions/134746/whats-... |
|
Genymotion is a decent alternative to the 1st party emulator, it runs significantly faster.