I am unable to install apk files in Android Studio emulator (e.g. Amazon APK). I keep getting following error
The APK failed to install. Error: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113
My emulator is running: Android 10.0 x86_64
on Pixel 5
On searching I found that the error occurs mainly due to different architecture (x86 in emulator is expected but apk is arm64).
I tried creating new virtual device with arm64, but I am not even able to start the device even after trying multiple answers from Stacoverflow and keep getting
The emulator process for avd pixel_5_api_29_3 has terminated
Can someone help me find the exact issue?