Error: Unfortunately you can't have non-Gradle Java modules and > Android-Gradle modules in one project

前端 未结 25 2418
孤独总比滥情好
孤独总比滥情好 2020-12-12 10:29

I have an IntelliJ 14.1.2 Project consisting of two modules - one is an Android Gradle based module and the other is a Spring Java-based module with Maven.

gps-track

25条回答
  •  攒了一身酷
    2020-12-12 11:05

    Tried all above. Didn't work.

    Here's what worked. Go to the file called modules.xml

    Delete all the modules there. Clean and rebuild.

提交回复
热议问题