Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

failed to find: com.android.support:appcompat-v7:22.2.0

I'm using Android Studio. I use floating action button so when i use it gives me error and tell me to update android support library v7 to 22.2.0 version. so when i update v7 support library to 22.2.0 version and make synchronization then it gives me error failed to find: com.android.support:appcompat-v7:22.2.0 version. How to resolved this error?

like image 253
Amit Desale Avatar asked Aug 05 '15 09:08

Amit Desale


2 Answers

Just update your support library and support repository & your SDK Manager , Then

compile 'com.android.support:appcompat-v7:22.2.0'

Please check this SO Answer

like image 138
IntelliJ Amiya Avatar answered Oct 13 '22 21:10

IntelliJ Amiya


If you are using Android Studio, make sure you downloaded the support repository using SDK Manager

like image 35
Mathieu de Brito Avatar answered Oct 13 '22 20:10

Mathieu de Brito