I currently upgraded Android Studio to Canary 14 w...
# android-studio
l
I currently upgraded Android Studio to Canary 14 which forces me to update Gradle to 7.0-rc-1, so I upgraded Gradle to rc-2. Now I'm not able to run my android project. It uses a composite build (which is also a standalone project) to configure the project but the build is not included anymore. At first I upgraded the composite build but one issue occured, see screenshot. Further I changed JDK (to 16) and did an Invalidate and Restart. Anyway I'm not able to build the composite build neither with AS nor with IntelliJ. Any ideas?
e
https://docs.gradle.org/current/userguide/compatibility.html
A Java version between 8 and 15 is required to execute Gradle. Java 16 and later versions are not yet supported.
oh wait https://docs.gradle.org/7.0-rc-2/userguide/compatibility.html says 16 should be supported by 7.0, hmm.
looking through the source, https://github.com/gradle/native-platform/blob/master/native-platform/src/main/cpp/win.cpp#L360 that's an issue on windows if some drives are not available
no clue about Windows, but maybe try running Gradle with --no-watch-fs, and report a bug upstream
l
Thanks. Something was messed up but I could fix it