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

前端 未结 25 2452
孤独总比滥情好
孤独总比滥情好 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 10:57

    First of all you should update to Android Studio Source: https://code.google.com/p/android/issues/detail?id=77983

    Then you should go to File -> Invalidate Caches / Restart -> Invalidate Caches & Restart.

    Then try to build the application again.

    I found this answer here

提交回复
热议问题