2020年12月10日
摘要: 场景 在某开源项目中引用了外部library,在自己新建的项目中要使用此功能时需要将其library也引入 比如这个项目中用到一个library,要在新建的项目中也引用这个library 注: 博客: https://blog.csdn.net/badao_liumang_qizhi 关注公众号 霸 阅读全文
posted @ 2020-12-10 16:09 霸道流氓 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 场景 在Android Studio中的app下引用了一个外部library,运行时提示: uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library 博客: https://blog.csdn.ne 阅读全文
posted @ 2020-12-10 15:36 霸道流氓 阅读(2220) 评论(0) 推荐(0) 编辑
摘要: 场景 在Android Studio中通过如下方式 dependencies { implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'} 引入某github上的依赖时提示: Failed to resolve 阅读全文
posted @ 2020-12-10 15:09 霸道流氓 阅读(4997) 评论(0) 推荐(0) 编辑