
bug
xlhb
不怕从零开始,就怕从不开始
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决Android studio遇见Could not find common.jar (android.arch.core:common:1.0.0).错误
Error:Could not find common.jar (android.arch.core:common:1.0.0). Searched in the following locations: https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar 修改的位置:build.grad...原创 2018-10-26 14:21:10 · 1866 阅读 · 0 评论 -
android studio gradle从2.2.3升到3.1.1需要修改的地方
1.compile 字段修改为 implementation 2. def appName = 'mydemo'; def getTime() { return new Date().format("yyyyMMdd", TimeZone.getDefault()); } applicationVariants.all { variant -> variant...原创 2018-10-26 14:33:39 · 703 阅读 · 0 评论