-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle编译错误 #1
Comments
同问,为什么呢? |
同问 |
1 similar comment
同问 |
放弃吧。。。不要用了。。。 |
辣鸡,已经自己写了 |
copy 别人的(Bigkoo/Android-SnappingStepper)也就算了,还下不来了,真坑 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
按照配置,提示找不到库
Error:Could not find com.github.open-android:ShoppingCartAddSubtract:0.1.0.
Required by:
project :app
Search in build.gradle files
这是我app的gradle
allprojects {
repositories {
jcenter()
maven {url "https://jitpack.io"}
mavenCentral()
mavenLocal()
flatDir{
dirs 'libs'
}
}
}
这是我module的gradle
dependencies {
....
compile 'com.github.open-android:ShoppingCartAddSubtract:0.1.0'
}
The text was updated successfully, but these errors were encountered: