https://kotlinlang.org logo
j

jacksparling

03/03/2021, 5:00 AM
Why the android studio preview arctic fox 3.1 canary 8 keep telling me 'Invalid Gradle JDK configuration found.'? I've check the path it uses JDK 11 which is added in the directory of android studio preview.
i

itnoles

03/03/2021, 5:02 AM
which path is pointing to?
j

jacksparling

03/03/2021, 5:03 AM
"/"Applications"/"Android Studio Preview.app"/"Contents"/"jre"/"jdk"/"Contents"/"Home
i

itnoles

03/03/2021, 5:04 AM
you missed bin
j

jacksparling

03/03/2021, 5:06 AM
I test it, then it says 'Please choose a JDK 11 Directory'. what? the documentation said it is already JDK 11
i

itnoles

03/03/2021, 5:07 AM
on dropdown, did you see embedded JDK path?
j

jacksparling

03/03/2021, 5:07 AM
yes
i

itnoles

03/03/2021, 5:07 AM
uses that path
j

jacksparling

03/03/2021, 5:08 AM
still the error persist
I had installed a jdk 11 then added it on the path. It didn't work too
i

itnoles

03/03/2021, 5:12 AM
delete .idea folders to regenerated it
👍 1
j

jacksparling

03/03/2021, 5:47 AM
thanks