Jude95 / EasyRecyclerView

ArrayAdapter,pull to refresh,auto load more,Header/Footer,EmptyView,ProgressView,ErrorView
2.03k stars 459 forks source link

Could not resolve com.jude:easyrecyclerview:4.4.2. #284

Open telenewbie opened 5 years ago

telenewbie commented 5 years ago

这个原因是啥呢?感觉像是被墙了.

我这边使用的 repositories { google() jcenter() maven { url "https://jitpack.io" } maven { url 'https://maven.google.com' } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } 不知道,怎么修改.

telenewbie commented 5 years ago

classpath 'com.android.tools.build:gradle:3.1.4'

用的gradle 是4.4

telenewbie commented 5 years ago

知道原因了,是因为我的gradle开了离线模式.

打扰了