什么是gradle android以及如何在Eclipse Juno中导入gradle项目?

时间:2023-01-17 13:58:08

Gradle is a bit confusing, Can anyone explain what gradle android is ? How to integrate gradle in eclipse juno (if it is possible) ? How to import gradle project in eclipse ?

Gradle有点令人困惑,谁能解释一下gradle是什么?如何在eclipse juno中集成gradle(如果可能的话)?如何在eclipse中导入gradle项目?

2 个解决方案

#1


4  

Gradle is the main component of the new Android build system that was introduced with the new IDE for Android development, AndroidStudio. The Gradle user guide is a good read.

Gradle是新Android构建系统的主要组件,随新的Android开发IDE,AndroidStudio一起推出。 Gradle用户指南是一本很好的读物。

It is possible to use the new gradle-based build system with Eclipse, just follow the steps pointed out here: Is there any way to integrate Eclipse with Gradle in Android project?

可以在Eclipse中使用新的基于gradle的构建系统,只需按照此处指出的步骤操作:在Android项目中是否有任何方法可以将Eclipse与Gradle集成?

#2


1  

Gradle is an advanced build system as well as an advanced build toolkit allowing to create custom build logic through plugins.

Gradle是一个高级构建系统以及一个高级构建工具包,允许通过插件创建自定义构建逻辑。

You can see a user guide on gradle.

您可以在gradle上看到用户指南。

#1


4  

Gradle is the main component of the new Android build system that was introduced with the new IDE for Android development, AndroidStudio. The Gradle user guide is a good read.

Gradle是新Android构建系统的主要组件,随新的Android开发IDE,AndroidStudio一起推出。 Gradle用户指南是一本很好的读物。

It is possible to use the new gradle-based build system with Eclipse, just follow the steps pointed out here: Is there any way to integrate Eclipse with Gradle in Android project?

可以在Eclipse中使用新的基于gradle的构建系统,只需按照此处指出的步骤操作:在Android项目中是否有任何方法可以将Eclipse与Gradle集成?

#2


1  

Gradle is an advanced build system as well as an advanced build toolkit allowing to create custom build logic through plugins.

Gradle是一个高级构建系统以及一个高级构建工具包,允许通过插件创建自定义构建逻辑。

You can see a user guide on gradle.

您可以在gradle上看到用户指南。