AAChartCore-Kotlin
AAChartCore-Kotlin copied to clipboard
突然编译不过了
Unable to resolve dependency for ':app@stageDebug/compileClasspath': Could not resolve com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT.
https://www.jianshu.com/p/0d0ebb86dd17
看看是否是这个问题
我的也编译不过了

https://www.jianshu.com/p/0d0ebb86dd17
看看是否是这个问题
不是这个问题
不是这个问题呢,没有配置代理
作者大佬还有其他解决方法吗
同问,作者大佬还有其他解决方法吗
试试将 dependencies 改成下面这样
dependencies {
implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.0.0'
}
试试将 dependencies 改成下面这样
dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.0.0' }
还是不行
我试了好多个版本都拉取不下来

试试将 dependencies 改成下面这样
dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.0.0' }还是不行
不行
试试将 dependencies 改成下面这样
dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.0.0' }还是不行
不行
不行
dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.0.0' } 不行
临时方案 本地导入charts module
https://github.com/jitpack/jitpack.io/issues/4729 看上去是jitpack.io service down。临时方案只能是把代码拷贝到项目了。
评论说 JitPack 回来了
可以编译过了
maven { url 'https://www.jitpack.io' } 这个是否添加,北极狐版本需要在buildscript 中添加:参考https://droidyue.com/blog/2021/08/09/how-to-add-repository-declaration-in-android-studio-arctic-fox/