Open mars3142 opened 3 years ago
Android support was added in https://github.com/aBARICHELLO/godot-ci/pull/34, but it's only in GitLab CI so far.
@Calinou Is the Android exporter able to create AAB files or only full APKs? I do also ask, because for AAB format we don't need the expansion files anymore.
@mars3142 The Android exporter can create both. If you use the old workflow, you'll be exporting full APKs. If you use the new custom build workflow, you can export APKs or AABs.
I'm not sure if APK expansion files are still supported in the old workflow.
That said, I'm not sure if the headless exporter is able to export to Android using the new custom build workflow.
any updates on github build android support?
GitHub build should also work, they are just not documented I think. All the necessary dependencies and settings should already be set in the Dockerfile. I am currently trying it out. I still have some problems but they seem to be on my side.
Edit: I thinks it works now if anyone wants a reference: https://github.com/sakkaku-dev/godot-template/blob/master/.github/workflows/release.yml
Would be awesome if we could add the android-export to the github yaml template aswell
@myin142 @lfkdev This sounds good, you can make a Pull Request with the changes if you'd like.
Is it possible to create iOS and/or Android builds with this action? I want to deploy my test builds to Firebase App Distribution and/or Testflight/Google Play Beta Testing.