So I have been using Construct 3 for some time and everything was going normal. Today, I made a clicker game and wanted to export it to android. Before, I was able to od it, but now, I just get this error:
Error: Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=~~/androidSDK (recommended setting)
ANDROID_HOME=~~/androidSDK (DEPRECATED)
Using Android SDK: ~~/androidSDK
:wrapper
BUILD SUCCESSFUL in 0s
1 actionable task: 1 executed
Subproject Path: CordovaLib
Subproject Path: app
FAILURE: Build failed with an exception.
* What went wrong:
Could not initialize class java.nio.file.FileSystems$DefaultFileSystemHolder
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https:/~~/help.gradle.org
BUILD FAILED in 559ms
Command failed with exit code 1: ~~/gradlew cdvBuildRelease -b ~~/build.gradle
I read some other topics on this and I'm not sure if there is a problem in the servers or in my setting...