You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 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.
The text was updated successfully, but these errors were encountered:
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 (withadb reboot
) and now installing my app still gives the erroradb install-multiple my_application_armeabi-v7a/*.apk
The app was originally a
.xapk
, so it was extracted into a folder, andadb 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.The text was updated successfully, but these errors were encountered: