Android Studio是一个为Android平台开发程序的集成开发环境,其包含用于构建Android应用所需的所有工具.Android Studio 2.3.3为最新稳定版(截止到2017年7月1日),发布时间是2017年6月8日.下面为官网文本,我只是把各个平台的下载链接更改为百度网盘. 最新稳定版 Android Studio 2.3.3 June 8, 2017 Installers Windows IDE bundle with SDK (64-bit): android-stud
1.从Github中下载工程压缩包,并将其解压到本地 2.修改文件 假设,解压后的文件目录如下: (1)修改配置文件 xx\build.gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies {