Keystore password not recognized for daily build 3559 for Android build

When I try to build with daily build 3559, it gives me this error 

" Cannot Unlock Keystore

The password for the Keystore located at /Users/sydfieldsydfield.com/scriptor1.apk.keystore is not correct or the file is not a valid Keystore"

I have delete the keystore, and recreated them again. But it gives me the same error.

Please help.

I have the same issue. Will this be fixed in the next daily build or is there something I need to do?

What plugins are you using?

Rob

@rob

I am using the applovin plugin. Mine builds fine on daily build 3535 so this must be an issue with the daily build 3559.

Hello. This is very unfortunate that you can not make builds. What OS are you working on? Seems to be macOS.

If you would first of following commands, Console would contain full log. Second command would stop “censoring” passwords from the log.

defaults write com.coronalabs.Corona\_Simulator debugBuildProcess  -int 5 defaults write com.coronalabs.Corona\_Simulator unsanitizedBuildLog  -bool YES

To undo this run following commands (will undo 1st and second respectively).

defaults delete com.coronalabs.Corona\_Simulator debugBuildProcess defaults delete com.coronalabs.Corona\_Simulator unsanitizedBuildLog

Also note, that Android siging sometimes doesn’t work if you have different password for keystore and for the key. Check the log, if it passes passwords correctly. Copy full log, then paste it in text editor and look for something like PcoronaKeystorePassword= or PcoronaKeyAlias=

In the mean time, you can use 2019.3557 to build for Android.

Rob

@Rob

@vlads

I just download daily build 3562 and I could build fine so I guess the issue has been resolved.  :slight_smile: