Android Twitter Fabric SDK conflict with support library
I have a problem with Twitter Fabric SDK. When I integrate the sdk and try to build, I get this error; Error:Failed to find: com.android.support:support-v4:21.0.0 And this is my gradle.build file buildscript { repositories { maven { url 'https://maven.fabric.io/repo' } } dependencies { classpath 'io.fabric.tools:gradle:1.+' } } apply plugin: 'com.android.application' repositories { maven { url 'https://maven.fabric.io/repo' } } apply plugin: 'io.fabric' android { compileSdkVersion 19 buildToolsVersion "20.0.0" defaultConfig { applicationId "com.eventz.android" minSdkVersion 14 targetSdkVersion