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.