Do you have a sign key file? Load it with Tools - Private Sign Key.
You can set the alias with the #SignKeyAlias in the main module.
Well, I followed the steps you recommended and I get the following error:
jarsigner error: java.security.SignatureException: private key algorithm is not compatible with signature algorithm
Looking for the Forum I found an answer (
erro do jarsigner) from you about this same error, saying that it is only possible to subscribe after obtaining the APK, while using the debug key.
However, my problem as at the beginning of the post, the machine on which I am developing the application through B4A, only accepts installation of APKs signed with the following files:
myApk {
storeFile file('keyName.jks')
storePassword '....'
keyAlias '....'
keyPassword '...'
}
But the Post is from 2014, is there anything currently that can help me carry out the development of an application already with the signature configured in Tools -> Private Sign Key and #SignKeyAlias ??