eas build results an error - Manifest string is not a valid JSONObject or JSONArray Error

Environment

Environment:
OS: macOS 11.5.1
Node: 12.18.3
Yarn: 1.22.11
npm: 6.14.8

expo sdk: 42.0.0

eas.json file:
{
“build”: {
“release”: {},
“development”: {
“developmentClient”: true,
“distribution”: “internal”,
“android”: {
“releaseChannel”: “gilad-android-easTest”
},
“ios”: {}
}
}
}

Steps to Reproduce

  1. run expo build:android
  2. scan the qr from an android device and run the app from expo go
    3.everything working fine
  3. run eas build --platform android
    4.scan the qr from an android device and run the app from expo go

Expected Behavior

Run my app in the device without an error

Actual Behavior

Steps to Reproduce

  1. run expo build:android
  2. download the apk and install on android device
    3.everything working fine
  3. run eas build --platform android
    4.download the apk and install on android device

Expected Behavior

Run my app in the device without an error

Actual Behavior

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