Gradle: Failed to resolve: com.fivehundredpx:blurringview:1.0.0
See original GitHub issueI put:
dependencies {
compile 'com.fivehundredpx:blurringview:1.0.0'
}
in the gradle file but it says “Failed to resolve: com.fivehundredpx:blurringview:1.0.0
”
Am I doing something wrong?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:5
Top Results From Across the Web
Gradle failed to resolve library in Android Studio
You go File->Settings->Gradle Look at the "Offline work" inbox, if it's checked u uncheck and try to sync again I have the same...
Read more >Can't resolve plugins from plugin repository after Gradle 4.3 ...
Expected Behavior When running my build, plugins declared in the plugins closure should be resolved from the Gradle Plugins Repository.
Read more >Gradle 4.2.1 does not go to local repository for dependencies
Gradle is failing with “unable to resolve dependencies” error. Here is what I tried so far,. I have a local maven repository setup...
Read more >Question - Android Studio - Failed to resolve the dependencies
By manually adding the "allprojects" section it gives me this error and won't let me sync ssnew.png. Here's my gradle code ssnew1.png
Read more >Fix Android ERROR Failed to resolve com google Install ...
Comment • 1 · How to Solve Gradle sync problem in Android Studio - Migrate to AndroidX | Solved · install repository and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
first build.gradle :
second build.gradle :
repositories { maven { url ‘https://github.com/500px/500px-android-blur/raw/master/releases/’ } }
dependencies { compile ‘com.fivehundredpx:blurringview:1.0.0’ }