
初始化配置
kakaaaa!
爱哭,爱笑,爱学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用云效的注意事项
云效deploy失败原创 2022-07-12 15:15:23 · 190 阅读 · 0 评论 -
安卓 自动填充版本号,默认keystore 读取地址
1:android{} 里面 applicationVariants.all { variant -> variant.outputs.all { output -> // each 改为 all def fileName = "senblo${variant.versionCode}.apk" def outFi...原创 2020-03-05 14:39:21 · 205 阅读 · 0 评论 -
安卓初始化配置
代码自动补全 。修改 Basic 键 generate 配置 switch(position){ caseposition1: break; caseposition2: break; default: break; } /** *description: *...原创 2018-12-10 21:05:07 · 433 阅读 · 0 评论 -
安卓 app.gradle 的配置打包
def releaseTime() { return new Date().format("yyyyMMdd", TimeZone.getTimeZone("UTC")) } buildTypes { release { minifyEnabled false proguardFiles getDefaultPr...原创 2018-12-10 21:16:20 · 308 阅读 · 0 评论