I am trying to deploy my app and to receive my .aab file link for android to my mail, but I always get a mail with the same error: “Your Android app failed to build - Unexpected error”.
I followed the guide and set everything up accordingly. I also added the cloud console service account email to my play console permissions, as I saw that issue in a previous thread.
Nothing seems to solve it.
I am not technical and this might be a wild guess, but …
Is it possible that my build fails simply because RubyGems is “Service Under Maintenance” - which seems to be the case currently.
Does bubble use fastlane for the build, which relies on RubyGems?
Or are there any other sources for human error that are not covered in the deployment guide?
@nathanbikindou thanks for the advise.
Actually, I just found out yesterday, that I might need to manually enable the developer API - which I did already. ChatGPT told me
But unfortunately it still doesn’t work.
I am 95% certain that package name, json key and keystore are all set up correctly in bubble.
Now my suspects are the following:
I set up cloud console and play console incorrectly
plugin code - even though just added to web pages - is somewhere interfering with mobile
some components - even if they existing in mobile - are treated like web components by bubble, because I maybe copied a group from web once
I ran through everything a couple of times and build a long checklist of possible pitfalls. Maybe I have to give up for now and just wait for the bubble support to have a look at the logs.