Invalid Java installation found at 'C:\Program Files\Java\jdk-13.0.2' (Windows Registry). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
已回答
I have switched my SDK from file → project structure, i reupdated my java i redid that path of JAVA_HOME. I also updated my gradle and java compiler paths. WHAT DO I DO???
请先登录再写评论。
Hello!
Thank you for reporting this!
I'm assuming the error message comes from Gradle during the build?
Does it persist if you run Gradle from OS Command Prompt?
Try running the build with
--infoflag - it might give you more context for the error.