mam ten błąd:Facebook SDK konflikt zależność
Na coraz drzewa zależności, stwierdziliśmy, że nie ma nic złego z animowanymi kanału alfa wektorowej ale ostatni SDK Facebooka posiada poprzednią wersję support-v4 zwyczaju patka. Próbowałem wykluczyć z polecenia grupy wykluczenia, ale nie działa. Oto moje drzewo zależności:
+--- com.facebook.android:facebook-android-sdk:[email protected]
| +--- com.android.support:support-v4:[email protected]
| | +--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | +--- com.android.support:support-media-compat:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | +--- com.android.support:support-core-utils:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | +--- com.android.support:support-core-ui:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:support-fragment:[email protected]
| | +--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | +--- com.android.support:support-core-ui:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:support-core-utils:[email protected]
| | +--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:support-compat:[email protected]
| | \--- com.android.support:support-annotations:[email protected]
| +--- com.android.support:appcompat-v7:[email protected]
| | +--- com.android.support:support-annotations:[email protected]
| | +--- com.android.support:support-v4:[email protected]
| | | +--- com.android.support:support-compat:[email protected]
| | | | \--- com.android.support:support-annotations:[email protected]
| | | +--- com.android.support:support-media-compat:[email protected]
| | | | +--- com.android.support:support-annotations:[email protected]
| | | | \--- com.android.support:support-compat:[email protected]
| | | | \--- com.android.support:support-annotations:[email protected]
| | | +--- com.android.support:support-core-utils:[email protected]
| | | | +--- com.android.support:support-annotations:[email protected]
| | | | \--- com.android.support:support-compat:[email protected]
| | | | \--- com.android.support:support-annotations:[email protected]
| | | +--- com.android.support:support-core-ui:[email protected]
| | | | +--- com.android.support:support-annotations:[email protected]
| | | | \--- com.android.support:support-compat:[email protected]
| | | | \--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-fragment:[email protected]
| | | +--- com.android.support:support-compat:[email protected]
| | | | \--- com.android.support:support-annotations:[email protected]
| | | +--- com.android.support:support-core-ui:[email protected]
| | | | +--- com.android.support:support-annotations:[email protected]
| | | | \--- com.android.support:support-compat:[email protected]
| | | | \--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-core-utils:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | +--- com.android.support:support-vector-drawable:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:animated-vector-drawable:[email protected]
| | +--- com.android.support:support-vector-drawable:[email protected]
| | | +--- com.android.support:support-annotations:[email protected]
| | | \--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:support-core-ui:[email protected]
| | +--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:support-compat:[email protected]
| | \--- com.android.support:support-annotations:[email protected]
| +--- com.android.support:cardview-v7:[email protected]
| | \--- com.android.support:support-annotations:[email protected]
| +--- com.android.support:customtabs:[email protected]
| | +--- com.android.support:support-compat:[email protected]
| | | \--- com.android.support:support-annotations:[email protected]
| | \--- com.android.support:support-annotations:[email protected]
| +--- com.parse.bolts:bolts-android:[email protected]
| | +--- com.parse.bolts:bolts-tasks:[email protected]
| | \--- com.parse.bolts:bolts-applinks:[email protected]
| | \--- com.parse.bolts:bolts-tasks:[email protected]
| \--- com.google.zxing:core:[email protected]
Chcę używać najnowszej biblioteki appcompat, ponieważ chcę wspierać Oreo. Czy ktoś może mnie w tym poprowadzić? Czyż nie jest to błąd Facebooka polegający na używaniu starszej zależności dla niestandardowych kart? Dziękuję bardzo za poświęcony czas i pomoc w tej sprawie.
wielkie dzięki !! Zadziałało. Ale drzewo zależności pokazało, że tylko customtabs było 25.3.1. Dlaczego spanie na facebooku? Dowolny pomysł? –
imho, powyższy kod jest po prostu prosty sposób, aby zapewnić, że konfliktowa biblioteka obsługi nie jest dołączona do facebook sdk w wersji 4.26.0. Możesz spróbować wykluczyć tylko customtabs. Przepraszam, naprawdę nie rozumiem, dlaczego "dlaczego śpimy na facebooku"? Czy mógłbyś to bardziej rozwinąć? –
Próbowałem dla customtabs, które nie działało. Jeśli chodzi o spanie na Facebooku, to tylko żart. Chodzi mi o to, dlaczego nie uaktualnili zależności w swoim SDK. –