AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

Could not find AAChartCore-Kotlin-SNAPSHOT.arr

Open mxixqc opened this issue 2 years ago β€’ 3 comments

Could not find AAChartCore-Kotlin--SNAPSHOT.aar

Error: (com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT:7.2.1-g0cba9c9-1). Searched in the following locations: https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/-SNAPSHOT/AAChartCore-Kotlin--7.2.1-g0cba9c9-1.aar https://jitpack.io/com/github/AAChartModel/AAChartCore-Kotlin/-SNAPSHOT/AAChartCore-Kotlin--7.2.1-g0cba9c9-1.jar

Expected Result: To be able to find the above jar files at the location. For some reason, the files are not able to be found. I followed the instructions on the website.

root build.gradle file:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

    repositories {
        mavenLocal()
        google()
        jcenter()

    }
    dependencies {
        classpath 'com.android.tools.build:gradle:7.3.0'
        classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
    }
}

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

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


mxixqc avatar Apr 06 '23 09:04 mxixqc

Hello, this problem still exists, I could not use it either

v2arynice avatar May 02 '23 13:05 v2arynice

implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'

royswale avatar May 02 '23 15:05 royswale

implementation 'com.github.AAChartModel:AAChartCore-Kotlin:7.2.1'

Nice this worked for me

rahul7400 avatar Sep 17 '23 05:09 rahul7400