Getting error when calling "expo build:android"

Expo CLI 3.26.2 environment info:
System:
OS: Windows 10 10.0.18363
Binaries:
Node: 12.13.1 - C:\Program Files\nodejs\node.EXE
npm: 6.12.1 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6626763
npmPackages:
expo: ~38.0.8 => 38.0.10
react: ~16.11.0 => 16.11.0
react-dom: ~16.11.0 => 16.11.0
react-native: ~0.62.2 => 0.62.2
react-native-web: ~0.11.7 => 0.11.7

Error Trace log -
expo build:android
:warning: expo build:android currently only supports managed workflow apps.
If you proceed with this command, we can run the build for you but it will not include any custom native modules or changes that you have made to your local native projects.
Unless you are sure that you know what you are doing, we recommend aborting the build and doing a native release build through Android Studio.
? Would you like to proceed? Yes
√ Choose the build type you would like: » apk
Checking if there is a build in progress…

Accessing credentials for dipjaydatta in project GrocShop
√ Would you like to upload a Keystore or have us generate one for you?
If you don’t know what this means, let us generate it! :slight_smile: » Generate new keystore
Keystore updated successfully

  • Release channel: default

  • Workflow: Bare

  • Workflow target: This is a bare workflow project. The resulting publish will only run properly inside of a native build of your project. If you want to publish a version of your app that will run in Expo client, please use expo publish --target managed. You can skip this warning by explicitly running expo publish --target bare in the future.

Building optimized bundles and generating sourcemaps…
Starting Metro Bundler.
Building iOS bundle
Building Android bundle
Finished building JavaScript bundle in 43742ms.
Building source maps
Finished building JavaScript bundle in 10683ms.
Finished building JavaScript bundle in 4971ms.
Finished building JavaScript bundle in 812ms.
Building asset maps
Finished building JavaScript bundle in 3251ms.
Finished building JavaScript bundle in 3162ms.

Bundle Size
┌ index.ios.js 1.49 MB
├ index.android.js 1.49 MB
├ index.ios.js.map 5.05 MB
└ index.android.js.map 5.07 MB

Learn more about JavaScript bundle sizes.: fyi/javascript-bundle-sizes.md at main · expo/fyi · GitHub

Analyzing assets
Uploading assets
No assets changed, skipped.
Processing asset bundle patterns:

  • D:\Something Mine\Grocery Retailer\UI-APP\GrocShop***

Uploading JavaScript bundles
Unexpected key “EXUpdatesEnabled” while parsing .
Invariant Violation: Unexpected key “EXUpdatesEnabled” while parsing .
at Object.invariant [as default] (C:\Users\Dipjay\AppData\Roaming\npm\node_modules\expo-cli\node_modules\invariant\invariant.js:40:15)
at parsePlistXML (C:\Users\Dipjay\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\plist\src\parse.ts:124:18)
at parsePlistXML (C:\Users\Dipjay\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\plist\src\parse.ts:107:22)
at Object.parse (C:\Users\Dipjay\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\plist\src\parse.ts:78:15)
at Object.modifyAsync (C:@expo\xdl@57.9.35\src\detach\IosPlist.ts:46:20)
at _maybeConfigureExpoUpdatesEmbeddedAssetsAsync (C:@expo\xdl@57.9.35\src\EmbeddedAssets.ts:302:20)
at Object.configureAsync (C:@expo\xdl@57.9.35\src\EmbeddedAssets.ts:37:9)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at Object.publishAsync (C:@expo\xdl@57.9.35\src\Project.ts:901:3)
at action (

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