笔记

1.gradle 路径配置容易遗忘,gradle 的压缩包存放位置

2.公共服务器存放公共工具代码

3.

1.3)选择组件

Additional icons-->>其他图标

On the Desktop-->>选择是否创建桌面快捷方式

Windows Explorer integration-->>Windows资源管理器集成

Git Bash Here-->>命令行模式,使用Bash浏览源码

Git GUI Here-->>图形界面,使用GUI浏览源码

Associate .git* configuration files with the default text editor-->>是否关联git配置文件,该配置文件主要显示文本编辑器的样式

Associate .sh files to be run with Bash-->>是否关联Bash命令行执行的shell脚本文件

Use a TrueType font in all console windows-->>在命令行中是否使用TruthType编码,该编码是微软和苹果公司制定的通用编码

4。git 360 中方便下载

5.

buildscript {

    repositories {
        google()
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
    }
}

allprojects {
    repositories {
        google()
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

6.Android studio 3.0的版本,gradle是4.1当代码集成到android studio 3.2版本,因为3.2 版本的最小gradle是4.6.所以只能调整源代码,换成gradle4.6 ,避免浪费时间,添加项目过滤,混淆

7.遇到问题,导入包,网易云通信的包不可以在android studio 3.0以上运行

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值