I want to add these two libraries in my build.gradle
file, But I'm getting this error, What should i do now?
dependencies {
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:appcompat-v7:25.0.1'
}
error: Android Studio UNEXPECTED TOP-LEVEL EXCEPTION
Update: Screenshot Error