This is a common problem, but the previous discussions aren’t helping.
Environment:
Mac
Solar2d Build: 2022.3677
Java 1.8.0_242-release
Google insisted I create a new keystore, which I did using:
keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore ig2.keystore
Trying to build the app with that keystore, however, results in:
The password for the Keystore located at /Users/davidmarques/prog/ks/ig2.keystore is not correct or the file is not a valid Keystore
The app builds fine with any of my other keystores, and the password I am entering is decidedly correct, I have entered it many times very carefully.
That leaves the Java out of sync. But previous messages on this topic say to upgrade, but I think I am already current, and changing Java breaks many other things on mac and, I think, make my other keystores not work.
Is there any other way around this? Convert the keystore somehow? Or point Solar2d at a different version of Java? Which version?