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

Could't created apk Android for device armeabi-v7a #151

Open
websystemtechnology opened this issue Apr 22, 2022 · 4 comments
Open

Could't created apk Android for device armeabi-v7a #151

websystemtechnology opened this issue Apr 22, 2022 · 4 comments

Comments

@websystemtechnology
Copy link

I Think it's impossible to create apk for device with ABI armeabi-v7a. I check into the ply store, at moment around the world there are 7K device with ABI aarch64 and 13K of Device with armeabi-v7a. do you tink in the Feature we can create app for armeabi-v7a?

@jperedadnr
Copy link
Collaborator

GluonFX plugin relies on GraalVM for creating a native image, and it doesn't have support for 32 bits for any platform so far.
As an alternative it is possible to combine two APKs into one bundle, one for each type of arch. For armeabi-v7a you could use the old JavaFXPorts plugin, and for arm64 the GluonFX plugin. It is ugly but so far there are no better options.

@websystemtechnology
Copy link
Author

How can I add into the bundle the second apk?

@jperedadnr
Copy link
Collaborator

Sorry, I wasn't very clear: Actually you don't bundle them together in one APK, you can upload two APKs to Google Play for the same app but for different architectures. See https://developer.android.com/google/play/publishing/multiple-apks

@websystemtechnology
Copy link
Author

First I'll try to generate apk with javafxport to test the upload on the store; then I create aab file, create the new release with this aab file, than I attach to the same release and I receive this error:

Hai caricato un APK con una firma non valida (ulteriori informazioni sulle firme). Errore dello strumento apksigner: ERROR: MIN_SIG_SCHEME_FOR_TARGET_SDK_NOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme

I use the same keystore. what I'm wrong?

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

2 participants