Running npx cap build android generates [error] jarsigner: unable to open jar file build\outputs\apk\release\app-release-unsigned.apk`
If I look in the build output, I have the APK, but it is called app-release.apk.
The signing is being conducted by the command therefore I cannot change the jarsigner command.
I thought this may be specific to my environment but I have created it in gitlab docker pipeline and get the same error.
Can I control the name of the output apk file via the cap build android command? I can’t find the docs for the commandline parameters for this?
TIA
2 posts - 2 participants