expo build:android not starting

After created Google play release, expo build:android getting below error,
ERROR: After run ‘expo build:android’, metro bundle doesnt start and expo prints below output. PS: ‘expo start’ and ‘expo build:ios’ working fine
Choose the build type you would like: › apk

Checking if there is a build in progress…

Accessing credentials for in project

Publishing to channel ‘default’…

{}


Expo CLI 3.24.2 environment info:
System:
OS: macOS 10.15.6
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.16.2 - /usr/local/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6392135
Xcode: 11.4.1/11E503a - /usr/bin/xcodebuild
npmPackages:
expo: ^38.0.0 => 38.0.9
react: 16.11.0 => 16.11.0
react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
react-navigation: ^3.3.0 => 3.13.0

I also got error when build APK, the build was stuck at uploading to s3 and after a while I received a message that “Our code break” on the web build and “Cannot read property ‘status’ of undefined” in the cmd. I happened 2 times of APK build

Hey all,

Can you let me know if you were able to build successfully? If not, are you still experiencing the same issues?

Cheers,
Adam

Hi Adam, Thanks for asking. Finally I managed to build again. The issue was;
“locales”: {
“en”: “./assets/translations/en.json”,
“pl”: “./assets/translations/pl.json”
},
in app.json. Somehow, ‘en’ is causing build issue on android side. When I delete it, build works fine.

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