It definitely did, you were right about it being on debug. I have changed it to release now but I have a similar issue as before with the key when buidling:
- What went wrong: Execution failed for task ‘:openmrs-client:validateSigningRelease’.
Keystore file not set for signing config release
This does not build an apk in the outputs folder.
However I am confident that it is because of the store file for the keystore, I then used “release.keystore.gpg” which led to this error:
- What went wrong: Execution failed for task ‘:openmrs-client:packageRelease’.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade SigningConfig “release” is missing required property “storePassword”.
Is this the right Store File?