Anyone else just update to Android Studio Canary 1...
# compose
r
Anyone else just update to Android Studio Canary 15 and start getting these "JDK 1.8 is not found on disk or corrupted" errors? Nothing is working.
2
Restart AS and it's saying: "Compose: failed. Supplied javaHome must be a valid directory. You supplied: /Applications/Android Studio Preview.app/Contents/jre/jdk/Contents/Home". No clue what it's talking about.
I case anyone else hits this. ... The problem went away when I changed my project to use a specific gradle installation (of 7.0), rather than the one 'gradle-wrapper.properties'. It then got far enough to say it needed to download a new Android Gradle Plugin.
d
which version of android gradle plugin solved the problem?
r
I think it's 7.0.0-alpha15. Android Studio automatically updated it, and I merely clicked yes/ok to follow its suggestion.
r
I believe 7.0.0 will require JDK11