Failed to find: com.android.support:support-v4:22.2.0
问题 I am trying to do an application but there seems to be some error with the gradle files now. It was working fine until I upgraded the support libraries. I was working with api 21 which worked fine, but then i upgraded to api22 and changed the gradle files accordingly.. Now this error shows up. Error:Failed to find: com.android.support:support-v4:22.2.0 This is my current gradle file : apply plugin: 'com.android.application' android { compileSdkVersion 22 buildToolsVersion "22.0.1"