
android
从杰
大学生,西华大学
展开
-
Android studio包冲突错误 IncompatibleClassChangeError
当我们把google drive集成到我们产品时,改了一些gradle的配置文件 classpath “com.google.gms:google-services:$google_service_version” google_service_version从2.1.2升级到3.0.0compile “com.google.android.gms:play-services-auth:$fir原创 2017-03-31 17:21:40 · 6700 阅读 · 0 评论 -
gradle build太慢,使用ali镜像
allprojects{ repositories { def REPOSITORY_URL = ‘http://maven.aliyun.com/nexus/content/groups/public’ all { ArtifactRepository repo -> if(repo instanceof MavenArtif转载 2017-05-04 10:21:53 · 2623 阅读 · 1 评论 -
android文件管理器模块开发,细节整理
由于项目需要,要求开发一个类似于“ES 文件浏览器“的模块,这个模块当然不需要像 ES一样那么功能强大,只需要具备ES文件浏览器的最核心功能,可以操作管理本地sdcard和外置sdcard的文件和文件夹,包括查询,删除,重命名,从网络下载文件。这个模块的功能不复杂,一两句话,就描述清楚需求了,但是要把这个模块做好,并不简单,遇到了不少坑,很是心累。第一个坑,如何判断手机有没有外置sdcard...原创 2018-07-13 18:37:36 · 4426 阅读 · 0 评论