My Android Studio is full of error android studio cannot identify libraries.
Error:(27, 13) Failed to resolve: com.android.support:appcompat-v7:25.1.0 >
Error:(27, 13) Failed to resolve: com.android.support:appcompat-v7:25.1.0
buildToolsVersion
compileSdkVersion
Finally
compileSdkVersion 25 buildToolsVersion "25.0.1"
Make sure you update your support repository . Then Clean-Rebuild-Run.