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
add below code in your Project level gradle in allprojects{}
maven { url "https://maven.google.com" }