I have installed new Android Studio in Ubuntu, and I keep on getting this error:
Asked
Active
Viewed 5,302 times
0
-
add the missed dependencies to your gradle file, `compile "com.andoid ..."` – Oussema Aroua Aug 07 '17 at 09:29
-
Can you please tell me what after com.android??? – Pratik Musale Aug 07 '17 at 12:10
1 Answers
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