Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Build App Error

nandojorge
Discoverer
0 Likes
4,013

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

 

 

 

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

 

 

 

8 REPLIES 8
Read only

Harry2
Explorer
3,975

Same here, any help would be great! Similar issue with IOS telling me the distrobution certificate is invalid when its just been created

 

Read only

leobibiano
Discoverer
3,959

Hello! I also have the same problem here, I've tried several times but it always returns the same error.
This is my first build using the new platform after migrating from Appgyver to SAP Build Apps.

Read only

Harry2
Explorer
0 Likes
3,872

Is there anyone from SAP who can look into this issue? its pushing my crucial updates back @Slava 

Read only

Slava
Product and Topic Expert
Product and Topic Expert
0 Likes
3,743

Sorry, have no android experience to help.

Read only

0 Likes
3,730

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. 

Read only

Slava
Product and Topic Expert
Product and Topic Expert
0 Likes
3,697

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.

Read only

SeifEldin
Participant
0 Likes
3,617

I've similar issue with iOS, please review my post: iOS build fails - SAP Community

Read only

alerec
Discoverer
0 Likes
2,972

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