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

前端 未结 25 2491
孤独总比滥情好
孤独总比滥情好 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-12 10:46

    Writing in 2020 -

    If none of these worked, close android studio and then go to

    C:\Users\User.AndroidStudio(ANDROID_STUDIO_VERSION)\system and delete the caches folder

    Restart your project now, it should work.

提交回复
热议问题