07 2018 档案
gradle重复依赖终极方案解决办法
摘要:buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.3' classpath 'org.greenrobot:greendao-g 阅读全文
posted @ 2018-07-31 17:08 白衣雨果 阅读(1658) 评论(0) 推荐(0)
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
摘要:见https://blog.csdn.net/qq_21397217/article/details/65630730博客 阅读全文
posted @ 2018-07-27 10:07 白衣雨果 阅读(183) 评论(0) 推荐(0)
android ButterKnife 点击事件没反应的解决方案
摘要:可能只添加了 implementation 'com.jakewharton:butterknife:8.8.1'而没有添加下面这行 annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' 阅读全文
posted @ 2018-07-25 15:50 白衣雨果 阅读(4406) 评论(0) 推荐(0)
使用RecyclerView实现聊天界面
摘要:原文地址:https://blog.csdn.net/wang_wy/article/details/79032698 阅读全文
posted @ 2018-07-06 10:35 白衣雨果 阅读(366) 评论(0) 推荐(0)