We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Devs! Android AVD, Emulators's API Level > 30 comes with only ABI Level e.g. x86_64 or arm64_v8a.
API Level
ABI Level
x86_64
arm64_v8a
Now emulators build upon arm64_v8a can't be run on x64 bit windows at all.
So i think, currently there is no way to currently run APK build with gluonfx-maven-plugin with emulators greter then Android 11?
When trying to import HelloFX.apk made with gluonfx-maven-plugin it's shows following error:
I try to open Apk file with WinRar it's looks like it's build for only arm64_v8a architecture.
Note: It's not possible for every developer to arrange physical Android device for testing! How to solve the issue?
The text was updated successfully, but these errors were encountered:
@johanvos @jperedadnr Is it currently not possible to supports more Addroid architectures / ABI Level e.g. x86_64, x86 or armeabi-v7a (fat APK build). Currently only support is for arm64-v8a! https://developer.android.com/ndk/guides/abis#gradle https://developer.android.com/google/play/requirements/64-bit#build-with-64-bit
x86
armeabi-v7a
arm64-v8a
Sorry, something went wrong.
As mentioned here: Android 9 and Android 11 system images support ARM abi levels:
https://developer.android.com/studio/releases/emulator#30-0-0 https://developer.android.com/studio/releases/emulator#support_for_arm_binaries_on_android_9_and_11_system_images
arm64-v8a, armeabi-v7a
No branches or pull requests
Hi, Devs! Android AVD, Emulators's
API Level
> 30 comes with onlyABI Level
e.g.x86_64
orarm64_v8a
.Now emulators build upon
arm64_v8a
can't be run on x64 bit windows at all.So i think, currently there is no way to currently run APK build with gluonfx-maven-plugin with emulators greter then Android 11?
When trying to import HelloFX.apk made with gluonfx-maven-plugin it's shows following error:
I try to open Apk file with WinRar it's looks like it's build for only
arm64_v8a
architecture.Note: It's not possible for every developer to arrange physical Android device for testing! How to solve the issue?
The text was updated successfully, but these errors were encountered: