|
|
|
|
|
by stefan_kendall3
4488 days ago
|
|
The android emulators not only are bitterly slow to launch and use, but they do not reflect actual device performance, unlike the iOS simulator. This makes automated testing impossible on the simulator, whereas in iOS I can run my full test suite (400-something tests) in the simulator in a couple seconds. |
|
Also, there's the case sensitivity - iPhone Simulator is not case sensitive (maybe depends on your filesystem settings), while the device is case sensitive. This can be really annoying the first time round.