2016-06-02 25 views
-2

Ich habe seltsam aussehende Probleme, wenn in Android Kitkat Kitkat Version bereitstellen:Android Support Konstruktion 23.4.0 Probleme in Kitkat

Kitkat Version

enter image description here

Lollipop Version

enter image description here

Meine Grade Abhängigkeiten:

dependencies { 
    compile fileTree(include: ['*.jar'], dir: 'libs') 
    testCompile 'junit:junit:4.12' 
    compile 'com.android.support:appcompat-v7:23.4.0' 
    compile 'com.facebook.android:facebook-android-sdk:4.0.0' 
    compile 'com.android.support:design:23.4.0' 
    compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' 
    compile 'org.twitter4j:twitter4j-core:4.0.2' 
    compile files('libs/gcm.jar') 
    compile 'com.nineoldandroids:library:2.4.0' 
    compile 'com.google.android.gms:play-services-analytics:9.0.1' 
    compile 'com.google.android.gms:play-services-gcm:9.0.1' 
    compile 'com.google.android.gms:play-services-location:9.0.1' 
    compile 'com.google.android.gms:play-services-maps:9.0.1' 
    compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4' 
    compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4' 
    compile 'com.squareup.okhttp3:okhttp:3.1.2' 
    compile 'com.squareup.okhttp3:logging-interceptor:3.2.0' 

} 

Antwort