ShiftColorPicker
ShiftColorPicker copied to clipboard
Could not resolve uz.shift:colorpicker:0.5
When I try the gradle sync, the sync operator is always failed. the message is 'Failed to resolve: uz.shift:colorpicker:0.5'.
When I build my project, the log is as following:
Could not resolve all dependencies for configuration ':app:_debugApkCopy'. Could not resolve uz.shift:colorpicker:0.5. Required by: project :app > Could not resolve uz.shift:colorpicker:0.5. > Could not get resource 'http://repo1.maven.org/maven2/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'. > Could not GET 'http://repo1.maven.org/maven2/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'. > repo1.maven.org:80 failed to respond > Could not resolve uz.shift:colorpicker:0.5. > Could not get resource 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'. > Could not GET 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'. > dl.bintray.com:80 failed to respond > Could not resolve uz.shift:colorpicker:0.5. > Could not get resource 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'. > Could not GET 'http://dl.bintray.com/dasar/maven/uz/shift/colorpicker/0.5/colorpicker-0.5.pom'. > dl.bintray.com:80 failed to respond
The log contains the line 'dl.bintray.com:80 failed to respond', is there some wrong with the repository?
I try the DASAR/ShiftColorPicker project, and build.gradle is as following:
repositories {
maven {
url "http://dl.bintray.com/dasar/maven"
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.2.1'
compile(group: 'uz.shift', name: 'colorpicker', version: '0.5', ext: 'aar')
}
and also find that
Error:Failed to resolve: uz.shift:colorpicker:0.5
same problem here after updating to android studio 4.0
did you find the solution? here back then?
Downgrade the version of gradle as of now, No proper solution is available.
which version would solve this problem.