You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I ran the ./gradlew assemble command and I keep gettimg the following error:
`FAILURE: Build failed with an exception.
What went wrong:
Could not determine java version from '11.0.1'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.`
I then downloaded the Java 8 JDK and ran the same command (./gradlew assemble) and the error is still there. How can I go about fixing this.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
So I ran the ./gradlew assemble command and I keep gettimg the following error:
`FAILURE: Build failed with an exception.
What went wrong:
Could not determine java version from '11.0.1'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.`
I then downloaded the Java 8 JDK and ran the same command (./gradlew assemble) and the error is still there. How can I go about fixing this.
Thanks in advance!
The text was updated successfully, but these errors were encountered: