Hello Rob,
Installing the latest Java did not fix it. However, a new information popup in the console log, at the start, about the keystore :
Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /Users/dim/Desktop/vooter.keystore -destkeystore /Users/dim/Desktop/vooter.keystore -deststoretype pkcs12". Picked up JAVA\_TOOL\_OPTIONS: -Duser.language=en jar signed. Warning: The signer's certificate is self-signed. Using java version "9.0.1" Java(TM) SE Runtime Environment (build 9.0.1+11) Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode) Building Android app for dimd@hotmail.com with 2017.3184 Using custom build id from app bundle: 00000 (AppSettings.lua) BUILD SUCCESSFUL Total time: 0 seconds BuildID: 5a3509fd814bd [echo] "creating unsigned.apk" [exec] Result: 1 [exec] Result: 1 BUILD FAILED /Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/build.xml:514: Warning: Could not find file /var/folders/3h/w0qklgtj77j839lf978c3jh80000gn/T/CLtmpN6V8WM/MyCoronaActivity-signed-aligned.apk to copy. Total time: 7 seconds Android build failed (256) after 77 seconds ERROR: Build Failed: Error code: 256
So i tried to update the keystore using the command proposed, but i received this error :
keytool error: java.lang.Exception: The destination pkcs12 keystore has different storepass and keypass. Please retry with -destkeypass specified.
And finally, using the -destkeypass, for some reason it only worked when i picked the same password as for the keystore, not sure why.
I finally could build, but i still have this info in the console, about the unsigned .apk :
BUILD SUCCESSFUL Total time: 0 seconds BuildID: 5a350f68f0e18 [echo] "creating unsigned.apk" BUILD SUCCESSFUL Total time: 9 seconds Android build succeeded in 71 seconds
Does that seem normal ?
Sorry if the questions or comments don’t make much sense, i am not yet fully grasping the whole concept of keystores.
Dim