gpt4 book ai didi

android - 无法解决:com.github.PhilJay.MPAndroidChart:v2.2.4

转载 作者:行者123 更新时间:2023-12-03 04:31:17 25 4
gpt4 key购买 nike

构建时,Gradle给了我Failed to resolve: com.github.PhilJay:MPAndroidChart:v2.2.4错误。

我已经在这里的jitpack中添加了build.gradle:

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
flatDir {
dirs 'aar'
}
maven { url "https://jitpack.io" }
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

这基于 here。我想念什么?

最佳答案

切换到最新版本:

compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'

始终使用信息作为主要来源-在这种情况下为 MPAndroidChart Github Repo Readme.MD

如果在代理后面,请在 gradle.properties中配置代理设置,如下所示:
systemProp.http.proxyHost=103.7.11.34
systemProp.https.proxyPort=8080
systemProp.https.proxyHost=103.7.11.34
systemProp.http.proxyPort=8080

注意:上面各行中的IP地址和端口将由您的代理服务器ip地址(或url)和端口替换

关于android - 无法解决:com.github.PhilJay.MPAndroidChart:v2.2.4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38627868/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com