【发布时间】:2016-06-19 18:59:34
【问题描述】:
我正在寻求有关解决 Android Gradle 问题的帮助。
在 /app/build.gradle 中:
dependencies {
compile 'com.leaking.slideswitch:app:1.0.0'
}
allprojects {
repositories {
mavenLocal()
maven{
url 'http://xlab-tech.com:45682/nexus/content/groups/public/'
}
mavenCentral()
jcenter()
}
}
但消息 Gradle Sync:
Error:(34, 13) Failed to resolve: com.leaking.slideswitch:app:1.0.0
【问题讨论】:
标签: android maven android-studio android-gradle-plugin build.gradle