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

Cannot resolve symbol 'AnyChartView' in Android Studio version Arctic Fox |2020.3.1 Patch 3 #258

Open
AhmedElsayedTaha opened this issue Aug 8, 2022 · 1 comment

Comments

@AhmedElsayedTaha
Copy link

AhmedElsayedTaha commented Aug 8, 2022

I can't use the AnyChart library . I always get Cannot resolve symbol 'AnyChartView'

I added this line in my dependency
implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'
Also I added this in my gradle file
maven { url 'https://jitpack.io' }
to be like this

buildscript {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
    dependencies {
        classpath "com.android.tools.build:gradle:7.0.3"

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

image

@drparasmehta
Copy link

Need to add following line in settings.gradle (Project Settings) file.
maven { url 'https://jitpack.io' }

Also, add following line in build.gradle (Module level gradle file).
implementation 'com.github.AnyChart:AnyChart-Android:1.1.4'

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

2 participants