Gradle build error: Failed to resolve:
I just downloaded Android Studio and created a new project and I'm getting gradle build errors: Failed to resolve: com.android.support.test.espresso-core:2.2.2 and Failed to resolve: com.android.support.appcompat-v7:25.3.1 This error was resolved reinstalling the SDK Tools + Repository + API when launching android studio as admin. I've installed API Level 25 which what I want to build on and have downloaded the SDK Build-Tools. I have also already download the support repository Here's my app file: apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.3