Android studio之提示Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46

676 阅读1分钟

1、错误提示如下

Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46
Show in Project Structure dialog
Affected Modules: app

2、解决办法

在project的build.gradle里面加入

 maven { url 'https://jitpack.io' }