AndroidStudio中提示:Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:
生活随笔
收集整理的這篇文章主要介紹了
AndroidStudio中提示:Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
場景
在Android Studio中通過如下方式
dependencies {implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30' }引入某github上的依賴時提示:
Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30
?
博客:
https://blog.csdn.net/badao_liumang_qizhi
關注公眾號
霸道的程序猿
獲取編程相關電子書、教程推送與免費下載。
實現
在引用這個依賴的build.gradle中
allprojects {repositories {maven { url 'https://jitpack.io' }google()jcenter()} }添加倉庫地址,添加位置如下
?
然后點擊右上角sync now即可。
總結
以上是生活随笔為你收集整理的AndroidStudio中提示:Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android中设置RecyclerVi
- 下一篇: AndroidStudio中提示:use