|
|
|
|
|
by karmelapple
4488 days ago
|
|
Genymotion is as close to the speed of the iOS Simulator as you can get today. However, Genymotion is x86-based, so ARM libraries you use in your app that are designed to run on an ARM device will not work in Genymotion on your computer. However, if your use of those is limited to just a few Activities in your Android app, you should be able to do a lot of things with Genymotion, and just tiptoe around trying out that Activity on your computer and instead use it on-device. |
|