IntelliJ Build Error Context Mismatch

前端 未结 13 1808
梦谈多话
梦谈多话 2020-11-30 07:34

I want to use IntelliJ IDEA 15 instead of Android Studio, but I have a problem with building. I get the following error:

Gradle sync failed: The newly create         


        
13条回答
  •  萌比男神i
    2020-11-30 07:38

    I solved this problem by renaming jre and jre64 folders to prevent idea from using them and setting JAVA_HOME to my other JDK 1.8 installation in the idea.bat file.

提交回复
热议问题