我可以使用 android 插件构建一个 gradle 项目。我想知道我们是否可以生成一个有效的 eclipse android 项目?我在下面添加了
apply plugin: 'android'
apply plugin: 'eclipse'
当我说:我得到 gradle eclipse
E:\proj\Platform2.0\mobile\Android\Common>gradle --build-file adt_build.gradle eclipse
The TaskContainer.add() method has been deprecated and is scheduled to be removed in
Gradle 2.0. Please use the cr:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse
BUILD SUCCESSFUL
但是当我在 eclipse 中导入生成的项目时......它确实有 gradle 从依赖项中导入的 jar 文件。
有任何想法吗?