Failed to resolve: com.github.PhilJay:MPAndroidChart
在build.grdle(project)中加入maven { url "https://jitpack.io" }allprojects {repositories {google()jcenter()maven { url "https://jitpack.io" }}}
·
在build.grdle(project)中
加入
maven { url "https://jitpack.io" }
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}更多推荐
所有评论(0)