How to run ARM apk on X86 Systems

In this article, I will show how you can run ARM apk on an X86 system. In this way, you will not get “failed to extract native libraries, res=-113“, “Failure [INSTALL_FAILED_NO_MATCHING_ABIS“, or Genymotion Arm Translation errors.

For this example, we can select the amazon apk here: amazon apk.

We need to open Android Studio and click AVD Manager.

android-studio-avd-manager

Then, click create a virtual device.

android-studio-create-virtual-device

Then, select Pixel XL and click next.

android-studio-device-selection

and click x86 images and create a Virtual Device by selection API 30 as shown below:

android-studio-image-selection

After installation drag and drop the amazon apk file into your emulator and see that the amazon app will be started.

Thanks,
Onur Baskirt

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.