Apparently, this is intended behavior: com.firebaseui:firebase-ui-firestore:3.1.0 depends on android.arch.lifecycle ...
com.firebaseui:firebase ui firestore: . . depends on android.arch.lifecycle:extensions: . . beta . Switching to version . . fixes the issue by using the Lifecycle . libraries that Support Library . . ...
2019-01-21 20:46 0 1015 推薦指數:
Apparently, this is intended behavior: com.firebaseui:firebase-ui-firestore:3.1.0 depends on android.arch.lifecycle ...
在app中的build.gradle中加入如下代碼, 如圖 ...
需要將所有support包中的design模塊移除 implementation('com.android.support:appcompat-v7:27.1.0', { exclude group: 'com.android.support', module: 'design ...
前言 實際開發中,為了提高開發速度和效率,總避免不了引用第三方提供的依賴和類庫,如果含有相同依賴的類庫被我們引用時,而他們的版本又不相同,就有可能會導致一系列問題和異常,本文結合本人時間總結 ...
Android studio 拋錯,是因為有2個module在 AndroidManifest.xml 里面具有一樣的package name,修改不同名字即可。 還有一種情況是多個module對同一個library(eg: jar)引入多次,此時,可以一個module引入,另外一個 ...
1、確保所有依賴包的 2、確保最外層的build.gradle中增加如下代碼: ...
在app中的build.gradle中加入如下代碼, 如圖 ...
在app中的build.gradle中加入如下代碼, 如圖 ...