原文:Error: Program type already present: android.arch.lifecycle.LifecycleRegistry$1

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 推薦指數:

查看詳情

Android開發之——依賴沖突Program type already present

前言 實際開發中,為了提高開發速度和效率,總避免不了引用第三方提供的依賴和類庫,如果含有相同依賴的類庫被我們引用時,而他們的版本又不相同,就有可能會導致一系列問題和異常,本文結合本人時間總結 ...

Fri Aug 03 21:47:00 CST 2018 0 9808
Android studio Program type already present: com.****.BuildConfig

Android studio 拋錯,是因為有2個module在 AndroidManifest.xml 里面具有一樣的package name,修改不同名字即可。 還有一種情況是多個module對同一個library(eg: jar)引入多次,此時,可以一個module引入,另外一個 ...

Fri Jun 22 17:07:00 CST 2018 0 13643
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM