support library android twitter integration fabric-twitter

library - Android Twitter Fabric SDK conflicto con la biblioteca de soporte



com android support appcompat v7 28 (1)

Hemal de Fabric aquí, me encantaría ayudar con esto. Necesitamos la biblioteca de soporte para Android L como parte del kit de Twitter, pero debería ser fácil para usted acceder al administrador de Android SDK, y luego seleccionar la biblioteca de soporte y el repositorio de soporte para v20 que se instalará aquí:

Una vez que está instalado, puede volver a construir y ¡debería estar listo para empezar! Déjame saber como va.

Tengo un problema con Twitter Fabric SDK. Cuando integro el SDK y trato de compilar, obtengo este error;

Error: no se pudo encontrar: com.android.support:support-v4:21.0.0

Y este es mi archivo gradle.build

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 19 versionCode 13 versionName ''1.1.2'' } buildTypes { release { runProguard false proguardFiles getDefaultProguardFile(''proguard-android.txt''), ''proguard-rules.txt'' } } } dependencies { dependency. compile ''com.android.support:support-v4:21.+'' compile ''com.android.support:appcompat-v7:20.+'' compile ''com.google.android.gms:play-services:5.0.+'' compile project('':facebook'') compile fileTree(dir:''libs'', include:[''*.jar'']) compile files(''libs/volley.jar'') compile files(''libs/Parse-1.5.1.jar'') compile(''com.twitter.sdk.android:twitter:1.0.1@aar'') { transitive = true; } }

También traté de eliminar esa biblioteca de soporte, pero recibí este error;

Error:A problem occurred configuring project '':app''. > Could not resolve all dependencies for configuration '':app:_debugCompile''. > Could not resolve com.android.support:support-v4:21.0.0. Required by: Eventz:app:unspecified > com.android.support:appcompat-v7:20.0.0 > Could not GET ''https://maven.fabric.io/repo/com/android/support/support-v4/21.0.0/support-v4-21.0.0.pom''. Received status code 401 from server: Unauthorized > Could not resolve com.android.support:support-v4:21.0.0. Required by: Eventz:app:unspecified > com.google.android.gms:play-services:5.0.89 > Could not GET ''https://maven.fabric.io/repo/com/android/support/support-v4/21.0.0/support-v4-21.0.0.pom''. Received status code 401 from server: Unauthorized > Could not resolve com.android.support:support-v4:21.0.0. Required by: Eventz:app:unspecified > Eventz:facebook:unspecified > Could not GET ''https://maven.fabric.io/repo/com/android/support/support-v4/21.0.0/support-v4-21.0.0.pom''. Received status code 401 from server: Unauthorized > Could not resolve com.android.support:support-v4:21.0.0. Required by: Eventz:app:unspecified > com.twitter.sdk.android:twitter:1.0.1 > com.twitter.sdk.android:tweet-ui:1.0.1 > Could not GET ''https://maven.fabric.io/repo/com/android/support/support-v4/21.0.0/support-v4-21.0.0.pom''. Received status code 401 from server: Unauthorized