Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seeing INSTALL_FAILED_NO_MATCHING_ABIS: after installing ARM Translation #28

Open
andykais opened this issue Jun 1, 2022 · 0 comments

Comments

@andykais
Copy link

andykais commented Jun 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant