Android build failing on EAS

Hi Everyone, I’m trying to build my app for android using EAS and keep getting this error.

I’m using a bare workflow.

My EAS config for my staging profile is as follows:

"staging": {
      "distribution": "internal",
      "releaseChannel": "staging",
      "android": {
        "buildType": "apk"
      }
    }

Does it work locally with expo run:android?

it looks like you’re not committing your gradle wrapper into repository

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.