拉取一个新工程,出现
ERROR: Failed to resolve: support-annotations
Affected Modules: emotion, emotion-resource, orchestration-resource
解决办法
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
的google放在第一行就好了
拉取一个新工程,出现
ERROR: Failed to resolve: support-annotations
Affected Modules: emotion, emotion-resource, orchestration-resource
解决办法
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
的google放在第一行就好了