I am trying to generate an release apk through command. I have this below command which will sign the release apk. But I am not able to understand the commands in that. Can someone please elaborate it. Specially /.keystore/keystore.jks
and file:/.keystore/ks-pass
:
$APKSIGNER sign --ks /.keystore/keystore.jks --ks-pass file:/.keystore/ks-pass $APK_PATH