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)
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)
使用RecyclerView实现聊天界面
摘要:原文地址:https://blog.csdn.net/wang_wy/article/details/79032698
阅读全文
posted @
2018-07-06 10:35
白衣雨果
阅读(366)
推荐(0)