Android Studio build error : package android support v4 app does not exists

preview_player
Показать описание
Android Studio 1.1.0 + Lollipop
======================
Android Studio : error package android support v4 app does not exists
----------------------------------------------------------------------------------------
This error is observed when Android Studio does not get the dependent support library included. So include the dependent support libraries in app gradle file.

dependencies {
...
}

you can get more about this at:

---------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

I am getting this error and your solution doesnt help. Have you any idea how can I fix it in this days ? I have Android Studio 3.3, Cordova 8.1.1 ...

ing.miroslavstrycek
Автор

Nop, i checked and i have those installed, this doesnt helped me, hope you have another suggestion

guiadelamujermexico
Автор

it worked for me.. thanks a lot, i wasted 2hrs on this.

santhoshrangaswamy