37 MB/编程其他
该软件只适用于PC端安装使用,请前往PC页面下载
简介
这是gradle-1.6-bin.zipAndroid studio 所需官方绿色包下载,因为喜欢尝鲜,试了一下google的Android studio,但是在创建工程时,出现了尝试连接service.gradle.org错误的问题。
gradle-1.6-bin.zipAndroid studio 所需官方绿色包是Google官方出品,基于Intellij IDE的Android开发工具。下载页面 Gradle简介:Groovy语言为基础,基于DSL(领域特定语言)语法的自动化构建工具。下载页面同类工具:Ant、Maven Android Studio工具开发Android应用,使用Gradle作为构建工具。首次启动时会检测本地是否已安装Gradle,没有安装会自动下载Gradle。可能是由于“墙”的原因,一直启动失败,提示无法下载Gradle。经过查询解决方案如下:手工下载二进制包至本地,如:http://services.gradle.org/distributions/gradle-1.6-bin.zip 解压后将其bin目录配置到PATH环境变量中即可。
大三的最后阶段要实习一个月,实习的内容可选度不高,没自己喜欢的项目。折衷了一下,选择了安卓。安卓,没有使用过任何的安卓产品,所以还是想通过一个月的时间能对安卓有个细致的了解。
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':HelloWorld:compileDebug'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Could not execute build using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.
展开