m9rco / Genymotion_ARM_Translation

👾👾 Genymotion_ARM_Translation Please enjoy!
MIT License
2.22k stars 406 forks source link

seeing INSTALL_FAILED_NO_MATCHING_ABIS: after installing ARM Translation #28

Open andykais opened 2 years ago

andykais commented 2 years ago

Hi, I have an app that I want to install onto my genymotion emulator. The emulator is running Google Pixel 2 8.0 - API 26. I have just flashed the 8.0 ARM translation zip linked in the readme. I have rebooted (with adb reboot) and now installing my app still gives the error

adb install-multiple my_application_armeabi-v7a/*.apk

adb: failed to finalize session
Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

The app was originally a .xapk, so it was extracted into a folder, and adb install-multiple is being used to install it. Is it expected to see this error in some cases? Is it because certain apis are not emulated by the translation layer? I didnt see any callouts in the readme about troubleshooting errors like this after installation.