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 trialAtul Jha
3,592 PointsGradle sync is failing with error.
HI, I am getting this error when trying to run gradle sync. Error:A problem occurred configuring project ':app'.
Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not resolve com.squareup.okhttp:okhttp:2.1.0. Required by: Stormy:app:unspecified > Could not resolve com.squareup.okhttp:okhttp:2.1.0. > Could not get resource 'https://jcenter.bintray.com/com/squareup/okhttp/okhttp/2.1.0/okhttp-2.1.0.pom'. > Could not GET 'https://jcenter.bintray.com/com/squareup/okhttp/okhttp/2.1.0/okhttp-2.1.0.pom'. > jcenter.bintray.com
Please sugges.