2024 Mar 26 11:03 AM
I'm having this error when i try to build android app
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/orchestra-template-standalone@4.9.201 -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/orchestra-template-standalone@4.9.201 -r
Anyone can help?
Fernando
2024 Mar 26 11:13 PM
2024 Mar 27 12:04 AM
2024 Mar 27 7:07 PM
2024 Apr 04 10:16 PM
2024 Apr 04 11:00 PM
Okay do you know anyone who can help? This issue is still ongoing for myself I’m not sure about the other users it’s both IOS & Android builds that are failing for either invalid distribution cert or keystore validation but no SAP advisors seem to have picked this post up to help.
2024 Apr 05 5:02 PM
Unfortunately, I don't know people working with Android.
Based on experience of working with the keystore it seems like the certificate requested by your code does not exist in the keystore. That's why the message suggests to list certificates in the store to verify its presence. This is often an issue with self-issued certificates, which must be manually added to the keystore. The original message does not provide enough context to understand what's going on, but if what I say makes sense, maybe that's the problem. Otherwise, I can't help and can't recommend anyone.
2024 Apr 07 8:44 PM
I've similar issue with iOS, please review my post: iOS build fails - SAP Community
Sunday - last edited Sunday
Had the same issue today.
What made my compilation delivered was removing the special character (the "\") in the keystore password. Had both "@" and "\". Just removing "\" it was successfully delivered. Client runtime version: 4.11.167