IntelliJ Build Error Context Mismatch

前端 未结 13 1835
梦谈多话
梦谈多话 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条回答
  •  难免孤独
    2020-11-30 07:36

    What worked for me was:

    • uninstalling intelliJ
    • Re-install intelliJ, but during the installation make sure you DON'T check "Download and install 64-bit JRE by JetBrains (will be used with the 64-bit launcher)"

    This made my project work again, (in both he 32 and 64 bit version).

提交回复
热议问题