Skip to content

Error when publishing to Play Console: Build failed :| Unable to read manifest from Android App Bundle #2528

Closed Answered by dtrdic
robbe-tistaert asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @robbe-tistaert, I can see you are using a brew command in one of your build steps. Brew released an update a few days ago, which by default runs a cleanup and removes some cached files, but in the process it removes some files from our build machine like openSSL library, so this could be the cause of your failed build.

To disable this behaviour try adding HOMEBREW_NO_INSTALL_CLEANUP variable before the brew command is invoked

​export HOMEBREW_NO_INSTALL_CLEANUP=1
brew install gradle

Also let me share an example of the YAML configuration for Ionic apps to use as a reference. You can also follow this guide, which will help you set up your yaml workflow

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dtrdic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants