Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么没有这个依赖
implementation 'de.hdodenhof:circleimageview:2.2.0'
与我的项目同步?
添加mavenCentral,jcenter并jitpack在文件repositories中build.gradle
mavenCentral
jcenter
jitpack
repositories
build.gradle
像这样:
repositories { mavenCentral() jcenter() maven { url "https://jitpack.io" } }