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

Implement support for Android App Bundles (.aab) #30711

Closed
akien-mga opened this issue Jul 20, 2019 · 8 comments
Closed

Implement support for Android App Bundles (.aab) #30711

akien-mga opened this issue Jul 20, 2019 · 8 comments

Comments

@akien-mga
Copy link
Member

Google recently introduced a new "App Bundle" format (.aab) to upload Android applications to the Google Play store, which lifts various restrictions. Google Play then handles the signing and generation of the final .apk file.

I haven't looked into details myself yet, but inevitably some users will want to make use of those features, and we can also expect that eventually Google Play will mandate the use of App Bundles and reject self-compiled APKs, so we should be prepared for that (which also means that App Bundle support should be backported to old stable branches once implemented). Note: I searched and did not find any announced date for this hypothetical restrictions, if you are aware of anything, please notify us.

Google's documentation:

@Anutrix
Copy link
Contributor

Anutrix commented Jul 20, 2019

@creikey
Copy link
Contributor

creikey commented Aug 8, 2019

After modifying gradle like that, depending on if the android manifest is still compiled to bytecode, the exporter may need to be heavily modified.

@fede-Raider

This comment has been minimized.

@akien-mga
Copy link
Member Author

CC @godotengine/android

@alexzheng
Copy link

will 3.2 have this feature?

@Calinou
Copy link
Member

Calinou commented Oct 9, 2019

@alexzheng As Godot 3.2 is currently in the feature freeze period, it likely won't be available in 3.2 since no new features are accepted.

@alexzheng
Copy link

As 3.2 support custom build, will the app bundle support come soon?

@Calinou
Copy link
Member

Calinou commented Feb 7, 2020

I'll close this in favor of godotengine/godot-proposals#342, as feature proposals are now tracked on the Godot Proposals repository.

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

6 participants