Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find AAChartCore-Kotlin-SNAPSHOT.arr #168

Open
mxixqc opened this issue Apr 6, 2023 · 3 comments
Open

Could not find AAChartCore-Kotlin-SNAPSHOT.arr #168

mxixqc opened this issue Apr 6, 2023 · 3 comments

Comments

@mxixqc
Copy link

mxixqc commented Apr 6, 2023

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
}


@v2arynice
Copy link

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

@royswale
Copy link

royswale commented May 2, 2023

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

@rahul7400
Copy link

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

Nice this worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants