Missing build profile in eas.json: perview

Hi! I’m getting this problem when run “eas build -p android --profile perview”
This is my eas.json:

{
  "build": {
    "preview": {
      "android": {
        "buildType": "apk"
      }
    },
    "preview2": {
      "android": {
        "gradleCommand": ":app:assembleRelease"
      }
    },
    "preview3": {
      "developmentClient": true
    },
    "production": {}
  }
}

Hi @karimmust123

You have a typo when you are running the command:

The profile is called “preview”, not “perview” :slight_smile:

1 Like

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