作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试制作一个动画启动画面,但在同步项目时遇到错误(标题中)。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/
我正在尝试制作一个动画启动画面,但在同步项目时遇到错误(标题中)。gradleFile中的代码是: allprojects { repositories {
当我尝试在Android项目中声明依赖com.github.ViksaaSkool:AwesomeSplash:v1.0.0时,出现以下错误 Failed to resolve: 'com.githu
我是一名优秀的程序员,十分优秀!