This message was deleted.
# community-support
s
This message was deleted.
i
I'd say go check out the link in the output and see if everything is set up. However, off the top of my head: 1. Make sure JAVA_HOME is setup directly. Since you're on Windows, Java versions can get funky - just make sure the OS is using the same version as Android Studio (unless you have other Java projects on your system) 2. Check to make sure ANDROID_SDK_ROOT is set properly in your environment variables as well. 3. Try to just cd into the Android folder and run Gradlew clean - the error may be more...useful.
Updated variables for a bunch of other stuff: https://stackoverflow.com/a/46976475 AVD may also be the issue here
v
As the error is a failure to load a class from the Kotlin Gradle plugin, I highly doubt it has anything to do with the Android SDK. Can you provide a build scan?
i
That's very fair, I'm just used to all sorts of weird results if SDK version are off 😛 could be a Kotlin version issue, maybe?