Intellij 12 - Can't Reimport Module

前端 未结 9 754
野性不改
野性不改 2021-02-01 15:00

So I ran into a strange problem today. I was having some issues with one of my modules in IntelliJ so I decided I should try blowing it out and rebuilding it from a fresh checko

9条回答
  •  春和景丽
    2021-02-01 15:32

    If this is a Gradle module, please check the .idea project folder there is a gradle.xml

      
        
    

    you should remove this entry and try to reimport your module

    I am using Intellij Idea 2016.1.3, Mac OSX El Capitan 10.11.5

提交回复
热议问题