Issue
I am trying to install an app with an armeabi-v7a native library on my emulator. The old arm system images run really slowly in the emulator. According to the Emulator release notes here One can use any image of android version 9 and 11 to run armeabi-v7a. However after downloading Intel x86 atom
image of android version 9 via the SDK manager, I am still not able to install/debug my app on the emulator. Is there anything else I need to do to get this working?
Solution
When selecting a system image for AVD, navigate to "x86 images" and select the one that says Android 9.0 (Google x86_ARM). Or use any R images as this announcement suggests: https://android-developers.googleblog.com/2020/03/run-arm-apps-on-android-emulator.html
Answered By - Lev Rumyantsev
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.