0

I have installed new Android Studio in Ubuntu, and I keep on getting this error:

Screen Shot of the error

Pratik Musale
  • 11
  • 1
  • 2
  • 4

1 Answers1

1

Add compile 'com.android.support:support-v4:26.0.0' or compile 'com.android.support:support-v4:26.+" in your gradle then sync it.

Reference: "Failed to resolve: com.android.support:support-v4:26.0.0" and other similar errors on Gradle sync

abielita
  • 13,147
  • 2
  • 17
  • 59