android-discuss icon indicating copy to clipboard operation
android-discuss copied to clipboard

【求助】gradle中的依赖报错,已经配置了项目仓库但是还是无法解析是什么原因?

Open EnzoMiao opened this issue 6 years ago • 0 comments

err

项目级gradle repositories { jcenter() maven { url 'https://jitpack.io' } //这个是项目仓库 maven { url 'https://maven.google.com/' name 'Google' } }

EnzoMiao avatar May 07 '19 08:05 EnzoMiao