Troubleshoot Android emulator issues
Here are troubleshooting tips for issues you may encounter when using an Android™ Emulator during the development of your Genero Mobile app.
If you are having emulator issues, we recommend you read Using the Emulator on the Android Developers site.
My Android Emulator crashes intermittently
You followed the instructions to display to an Android virtual device, and you are getting intermittent crashes of the Android emulator when starting up. What is the issue?
- Navigate to the Android virtual device folder (.android/avd on a Mac, userdir\.android\avd on Windows).
- Navigate to your Virtual Device (for example, Nexus7.avd).
- Edit emulator-user.ini and set:
window.x = 0
window.y = 0
If this is not the problem, then you may wish to try a different Android emulator, such as Genymotion. Please check the system requirements before making the change!
To view the Android bug number for this issue: http://code.google.com/p/android/issues/detail?id=40556
My Android Emulator is too slow
Mobile emulators are virtual machines. As such, we highly recommend a desktop or laptop with CPU virtualization support and sufficient memory. If you do not have this, you will find the mobile emulators will run very slowly.
The following system requirements are recommendations based on user experiences.
For Mac® users:
- Mac or MacBook Pro® (Intel® based)
- macOS™ 10.7 or higher
- 8+ Gb RAM
- VT-x enabled (may require firmware upgrade, see http://support.apple.com/kb/TS2744
- Windows 7 or higher
- 8+ Gb RAM
- Intel CPU with VT-x or AMD-v CPU
- VT-x or AMD-v enabled (may require BIOS configuration)
- You can check if your CPU has VT-x with this Intel CPU identification tool: http://www.intel.com/support/processors/tools/piu/sb/CS-014921.htm
At this time, we have no statistics regarding system requirements for Linux® users.