gpt4 book ai didi

android - 无法使用 Graph View 库

转载 作者:行者123 更新时间:2023-11-29 23:46:44 24 4
gpt4 key购买 nike

我正在尝试使用 android studio 中的图形 View 库来创建图形。我了解到我需要将以下代码行添加到构建中。 app目录下的gradle文件

implementation 'com.jjoe64:graphview:4.2.2'

但是当我在 build.the gradle 文件中添加上述代码时,出现以下错误:

enter image description here

这是 build.gradle 文件:

apply plugin: 'com.android.application'

apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "26.0.0"
defaultConfig {
applicationId "tutorial.trusols.graphview"
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:26.+'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
implementation 'com.jjoe64:graphview:4.2.2'
}

这里是 gradle-wrapper 属性:

#Tue Jul 10 12:59:00 IST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

我做错了什么?任何人都可以帮助我找到解决此问题的方法或分享类似解决方案的链接。

最佳答案

我有同样的错误,我已经通过使用修复了它

compile 'com.jjoe64:graphview:4.2.2'

代替

implementation 'com.jjoe64:graphview:4.2.2'

关于android - 无法使用 Graph View 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51264694/

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