Failed to resolve: com.github.PhilJay:MPAndroidChart

在build.grdle(project)中

加入

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

allprojects {
    repositories {
        google()
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

猜你喜欢

转载自blog.csdn.net/qq_30711091/article/details/80937202