错误:(44,13)无法解决:org.achartengine:achartengine:1.2.0

时间:2017-12-08 11:28:59

标签: android android-gradle

当我使用android studio 3.0gradle ver 3.5时,我发现了这个错误:

Error:(44, 13) Failed to resolve: org.achartengine:achartengine:1.2.0

但我已在build.gradle中添加了这些依赖项:

dependencies {
    compile 'com.android.support:multidex:1.0.1'
    compile 'com.google.android.gms:play-services:9.4.0'
    compile 'com.google.firebase:firebase-core:9.4.0'
    compile 'com.android.support:appcompat-v7:23.4.0'
    compile 'com.android.support:recyclerview-v7:23.4.0'
    compile 'com.android.support:cardview-v7:23.4.0'
    compile 'com.android.support:palette-v7:23.4.0'
    compile 'com.android.support:design:23.4.0'
    compile 'org.achartengine:achartengine:1.2.0'
    compile 'com.jakewharton:butterknife:7.0.0'
    compile 'com.getbase:floatingactionbutton:1.9.1'
    compile 'nl.qbusict:cupboard:2.1.1'
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile('com.crashlytics.sdk.android:crashlytics:2.6.1@aar') {
        transitive = true;
    }
}

当我切换到gradle 3.5它工作正常时,有人可以帮助我,gradle 2.14.1出了什么问题。

0 个答案:

没有答案