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 trial

Bayar Bogdanov
Courses Plus Student 401 PointsFailed to resolve
Gradle project sync completed with some errors. Failed to resolve: com.squareup.retrofit2:retrofit:2.0.0-beta4 Failed to resolve: com.squareup.picasso:picasso:2.5.2 Failed to resolve: com.jakewharton:butterknife:7.0.1 Failed to resolve: com.squareup.retrofit2:converter-gson:+
my dependecies below:
dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.android.support:recyclerview-v7:23.1.1' compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4' compile 'com.squareup.retrofit2:converter-gson:+' compile 'com.jakewharton:butterknife:7.0.1' compile 'com.squareup.picasso:picasso:2.5.2'
}
Timothy Boland
18,237 PointsTimothy Boland
18,237 Pointsare you still having a problem?