Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEmre Havan
8,569 PointsGod damn gradle, cannot download okhttp with gradle
I'm trying to download okhttp with gradle, but had a sync problem with gradle as I always had. I get the following errors:
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.squareup.okhttp3:okhttp:3.10.0. Open File Show Details
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.squareup.okhttp3:okhttp:3.10.0. Open File Show Details
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.squareup.okhttp3:okhttp:3.10.0. Open File Show Details
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.squareup.okhttp3:okhttp:3.10.0. Open File Show Details
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.squareup.okhttp3:okhttp:3.10.0. Open File Show Details
Do you know how can I fix this problem? I looked up on google and stackoverflow but none of the solutions worked for me.
Alex z
9,027 PointsAlex z
9,027 Pointsno issues detected at the moment implementation 'com.squareup.okhttp3:okhttp:4.9.0'