Warning
Since September 2019, Google has started requiring app developers to update their apps with 64bit AArch64 support. Because of this, some applications on the PlayStore are only available in arm64.
Genymotion does not support arm64-v8 applications, even with ARM translation tools.
If you get one of the following issue:
- You try to upload an APK file, but it doesn't do anything or you get an error message " "
- You try to install an application from Google Play Store, but it says "Your device is not compatible"
- The application does not appear in Google Play Store
Then the application you want to install probably contains native ARM code.
Genymotion Desktop virtual device architecture is x86 (32 bits) only. You need to use a x86 variant of your application or install an ARM translation tool.
Note
For legal reasons, we cannot provide any ARM translation tools nor links to them. However, you should be able to find them on the Internet.
Also, you need to use an ARM translation tool that matches the Android version of your instance.
Important
If you want to install the application from Google Play Store, you have to install the ARM translation tools before installing the OpenGApps package.
Please note that there are no ARM translation tools for Android 10 for the moment.
For instructions, please refer to Applications with ARM code.