-
Notifications
You must be signed in to change notification settings - Fork 1
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
Do Android 13 emulators not have ARM emulation anymore? #54
Comments
To test this further, I also created an Android 12 x64_86 emulator using Android Studio. This one at least supports x86_64 but none of the 32-bit architectures:
How odd. Just to make sure, I also created a fresh Android 11 x86_64 emulator. That does indeed support all relevant architectures:
Here are the supported architectures for an Android 11 x86 emulator:
That makes sense at least. |
Meanwhile, I can't run an Android 13 arm64-v8a emulator on my machine:
|
I tried to look for any announcements or similar regarding this but came up empty. The only thing I found was a StackOverflow question with no answers where the user seems to have noticed the same thing. In terms of official documentation, I only found:
|
Can someone else please verify my findings? If this is true, we should mention in the README that an Android 11 emulator is recommended for best app compatibility. |
I can confirm this. This is extremely unfortunate. |
I just noticed that I couldn't install an app with native ARM libraries into my Android 13 emulator created as per our README:
The app has native ARM libraries:
And indeed:
Whereas in an Android 11 emulator, I get:
To make sure this isn't a problem with how we're creating the emulator, I created a new one using Android Studio. Same problem.
The text was updated successfully, but these errors were encountered: