You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
}
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: