Getting An unknown error occurred when trying to build android packages

Hello,

Everything has been working fine but a couple of hours ago, I am getting an error when trying to build the android version. All the error states is “[16:41:38] An unknown error occurred.”

The following is already set in the environment:

EXPO_ANDROID_KEYSTORE_FILE=/path/to/keystore.jks
EXPO_ANDROID_KEYSTORE_ALIAS=“alias”
EXPO_ANDROID_KEY_PASSWORD=“password”
EXPO_ANDROID_KEYSTORE_PASSWORD=“password”

This is the command that I have executed locally:

expo build:android --non-interactive --release-channel build-33 --keystore-path=$EXPO_ANDROID_KEYSTORE_FILE --keystore-alias=$EXPO_ANDROID_KEYSTORE_ALIAS

Expo CLI version: 3.27.14

I also noticed that this happens with the interactive version. As long as you are uploading your own keystore file, Expo build service returns the same error message.

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