Hey, I’ve recently started getting an error when trying to build for Android. It may have started after updating Defold last night. When I build for Android, I am seeing the following message:
Picked up JAVA_TOOL_OPTIONS:
Picked up _JAVA_OPTIONS:
Generating 2,048 bit RSA key pair and self-signed certificate (SHA256withRSA) with a validity of 14,000 days
for: CN=Android, OU=Debug, O=Android, L=Unknown, ST=Unknown, C=US
[Storing debug.keystore]
keytool error: java.io.FileNotFoundException: debug.keystore (Access is denied)
java.io.FileNotFoundException: debug.keystore (Access is denied)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:237)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:126)
at java.base/sun.security.tools.keytool.Main.doCommands(Main.java:1310)
at java.base/sun.security.tools.keytool.Main.run(Main.java:397)
at java.base/sun.security.tools.keytool.Main.main(Main.java:390)
It was working yesterday prior to the update.