原文: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