Android Studio: Failed to find: 'com.android.support:support-v4:19.1.0'

前端 未结 6 1621
醉酒成梦
醉酒成梦 2020-12-15 17:05

I want to build an app in Android Studio with the support library but I get the following error when adding the dependency for the support library:

Error:Fai         


        
6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-15 17:51

    In my case the solution was as simple as running Build:Make Project. No amount of gradle syncing or clearing caches would do it. Of course, that required getting my project into a state where it would build successfully.

提交回复
热议问题