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

Conversion to App Bundles for Google Play Store #113

Open
MarquesAnderson opened this issue Oct 27, 2021 · 1 comment
Open

Conversion to App Bundles for Google Play Store #113

MarquesAnderson opened this issue Oct 27, 2021 · 1 comment

Comments

@MarquesAnderson
Copy link

Wanted to reach out and ask if anyone has found a way to turn APDE's signed APKs into Android App Bundles (.aab) so we can publish on Google Play.

Previously, similar to what the wiki mentions here, we could sign and upload our .apk files to the store. With the recent changes, however, Google only wants .aab. How might we get there from our APDE builds?

@Calsign
Copy link
Owner

Calsign commented Nov 12, 2021

I don't know quite what it takes to make an app bundle. I've read that it's not possible to construct an app bundle from an apk, but don't know why precisely. In any case, it should be theoretically possible to use the outputs in APDE's build folder to produce an aab given that you know how to use the right tools.

A more realistic route right now might be to load the sketch into desktop Android mode, pull out the gradle project and put it into Android Studio, and use Android Studio to make the app bundle.

APDE's export tool will need to be augmented to support app bundles. I'll look into it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants