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

Android Build a Simple Android App with Java Getting Started with Android A Brief Introduction to Android Tools

Issues after installing the Android Studio

I have 2 issues in the Android Studio. Problem 1 is: Gradle project sync failed. How do i fix this? ive tried downloading the updated Gradle file (4.1, today is August 31, 2017) and this hasnt fixed the issues. Problem 2 is: ERROR: Error:(23, 24) Failed to resolve: com.android.support.test.espresso:espresso-core:2.0 What is this, what does it mean? it directs me to this line of code inside app, the lines are :

compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.0', { What does this mean? I've studied Java and yet I do not know this syntax, I'm new to Android.