2

I want to add Gradle to Eclipse. My goal is to add Gradle management to dependencies of some Android projects which were built at the time using Eclipse and conversion to an Android Studio project doesn't end well.

I've installed the Buildship plugin into eclipse. I have added Gradle to the project by right clicking the project -> Configure -> Add Gradle Environment.

Now what? I don't see any Gradle files in the project where I can manage the dependencies.

4

1 回答 1

1

不要使用 Eclipse 进行 android 开发,它速度慢且缺乏工具。Google 也正式终止了对 Eclipse 的支持。

随着 Android Studio 2.2 的发布,现在是告别 Eclipse Android 开发者工具的时候了。我们已经正式结束了他们的支持和开发。现在是切换到 Android Studio 并体验我们对 Android 开发工作流程所做的改进的最佳时机。

资源

该文档对于从 Eclipse 迁移 Android Studio 非常有帮助。如果没有您在此过程中遇到的迁移问题,我们将无法提供帮助。

还有一些对您有用的链接:

Eclipse 的 Gradle 集成

Eclipse 的 Gradle 插件文档

Eclipse 有用的 Gradle 教程- 该教程包含第 5 节所需的说明。在运行 gradle init 完成第 5 节后,您应该右键单击项目 -> Gradle -> 刷新 Gradle 项目。然后将新的 Gradle 文件添加到您的项目中。

于 2016-11-06T09:21:38.803 回答