Skip to content
Discussion options

You must be logged in to vote

FYI that 'does not exist' thing is mostly just a note: gradle builds either name their files with or without the ABI part, and we didn't discern a particular pattern, so this just means we looked for "app-arm64-v8a-release.apk" and didn't find it; we would then have found "app-release.apk", otherwise you'd have been presented with an error.

But the key thing here is that it's not building an AAB file, it's building an APK. The request being passed in is for apk, but you mention you've got the "CreateAndroidAppBundle" setting .. which means it should instead switch to this build.

Where are you setting that? I'm wondering whether it's not picking this up for some reason. The mechanism has a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mitchbaye
Comment options

Answer selected by mitchbaye
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants