Using gradle project in both Eclipse and IDEA

前端 未结 2 2068
深忆病人
深忆病人 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:25

    You'll have to maintain the build separately in both Gradle and Eclipse; Eclipse can't use the Android Gradle builder natively. It's on our list of things to implement but we don't have a roadmap for it yet.

    Things will go easiest if you use an Eclipse-like directory structure and adapt the Gradle build file to work with it. See Maintaining directory structure during Android Studio import for advice.

提交回复
热议问题