kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.74k stars 499 forks source link

AAB #1353

Closed ruard85 closed 2 years ago

ruard85 commented 3 years ago

Hey all, "From August 2021, new apps are required to publish with the Android App Bundle on Google Play." Buildozer doesn't support this. Does anyone know when buildozer will be able to make an .aab file? Or how I should do it? Greetings, ruard

RobertFlatt commented 3 years ago

The current status and an unsupported hack are documented here https://github.com/Android-for-Python/Android-for-Python-Users#how-to-create-a-release-bundle-aab . The 'work in progress' link is probably what you want to watch.

ruard85 commented 3 years ago

Thanks a lot!

Sahil-pixel commented 3 years ago

We are waiting for this.

kengoon commented 3 years ago

@RobertFlatt you and @misl6 have done a very great job on the p4a library. It would be perfect if the bulldozer.spec will be updated with the necessary option for compiling with aab

RobertFlatt commented 3 years ago

@kengoon Thanks for the acknowledgement, @misl6 did the heavy lifting on aab and deserves the credit. I just tested and documented a little.

kengoon commented 3 years ago

@kengoon Thanks for the acknowledgement, @misl6 did the heavy lifting on aab and deserves the credit. I just tested and documented a little.

Yea, I know that, just commending you on the testing support you gave, it was never an easy task though

misl6 commented 2 years ago

Closing as this is not anymore an issue as the last release of buildozer supports AAB packaging.