-1

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

tymm0znid
  • 11
  • 1

1 Answers1

-1
compile (':xyzSDK') {
    exclude group: 'com.android.support', module: 'support-v4'
}
mr.android
  • 13
  • 8