I’m having this error when i try to build android app
- Please verify your keystore contents by running the “keytool -v -list -keystore .keystore” command. Re-upload the keystore file if everything matches with the provided build settings.
Runtime version: 4.9.201; AB version: 2.1.14COMMAND:
NODE_OPTIONS=--max-old-space-size=16000 npxrnv export -p android -s standalone -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @sapappgyver/[email protected] -r
FAILED with ERROR:
Command failed with exit code 1: npx rnv export -p android -s standalone -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @sapappgyver/[email protected] -r
Anyone can help?
Fernando