Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 9.0.1
-
None
-
-
06427a038 (10.0)
Description
- Install Creator on a machine that doesn't have java installed.
- Install the Android SDK parts from the device settings.
- Install Java 19.
- Build an Android project.
- Gradle will fail, complaining about class file major version 63.
- Install Java 18, go to the device settings and change the Java SDK path to point to Java 18 instead of 19.
- Build again. You'll notice that Gradle will still fail.
- JAVA_HOME still points to Java 19.
I worked around this problem by first nuking the Java 19 installation, and when that didn't help, I exited and started Creator. Then it picked up the right Java version.