Using gradle project in both Eclipse and IDEA

前端 未结 2 2072
深忆病人
深忆病人 2020-12-03 19:57

I have an Android project created in Android Studio. It works fine in Android Studio, IDEA and build machine. Now we have several new developers who work in Eclipse and I ca

2条回答
  •  醉话见心
    2020-12-03 20:18

    • Use Eclipse Compatibility Mode in Android Studio and Idea.

    Or

    • Use Gradle and the new Build system in Eclipse: Is there any way to integrate Eclipse with Gradle in Android project?

提交回复
热议问题