gpt4 book ai didi

java - 无法解析 : com. github.ViksaaSkool :AwesomeSplash:v1. 0.0

转载 作者:行者123 更新时间:2023-12-02 10:35:38 27 4
gpt4 key购买 nike

我正在尝试制作一个动画启动画面,但在同步项目时遇到错误(标题中)。gradleFile中的代码是:

    allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

依赖关系如下:

    dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-
core:2.2.2', {
exclude group: 'com.android.support', module: 'support
annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile 'com.github.VikaaSkool:AwesomeSplash:v1.0.0'
}

最佳答案

你有:

compile 'com.github.VikaaSkool:AwesomeSplash:v1.0.0'

而不是:

compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'

注意 VikaaSkool 而不是 ViksaaSkool

also, consider using implementation instead of compile, as it will be deprecated soon

关于java - 无法解析 : com. github.ViksaaSkool :AwesomeSplash:v1. 0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53317623/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com