0
A
回答
0
兼容看一看發行說明FirebaseUI
即https://github.com/firebase/FirebaseUI-Android/releases
它包含以下(爲最新的版本... 3.0)
This version has the following notable transitive dependencies:
Firebase/Play services 11.4.2
Support Library 26.1.0
Facebook SDK 4.27
一般而言,您可以運行類似下面的內容來列出構建中存在的傳遞性依賴關係。
./gradlew -q dependencies <your_module>:dependencies
相關問題
- 1. 已添加的庫:Gradle Build
- 2. 將庫添加到gradle build
- 3. 安裝時出現gradle build錯誤
- 4. grpc-java gradle build錯誤
- 5. 應用程序級錯誤
- 6. Gradle錯誤:Google服務在同步應用程序時出錯
- 7. 運行應用程序時的firebase數據庫錯誤
- 8. 在應用程序結果中添加UsbSerialForAndroid庫中的gradle錯誤
- 9. 將UDID添加到應用程序級別
- 10. 在應用程序級別
- 11. 應用程序級別的.NET錯誤陷阱?
- 12. 在應用程序級別
- 13. Android中的Gradle Build導出錯誤ADT
- 14. 將ActionBar添加到Android API級別8應用程序?
- 15. 錯誤:allowDefinition ='MachineToApplication'超出應用程序級別
- 16. 在應用程序或服務器級別處理錯誤?
- 17. .net配置錯誤allowDefinition ='MachineToApplication'超出應用程序級別?
- 18. 配置錯誤:在應用程序級別
- 19. 錯誤:allowDefinition ='MachineToApplication'超出應用程序級別
- 20. 從文檔UI運行時的應用程序腳本錯誤
- 21. 錯誤:未創建Firebase應用程序'[DEFAULT]' - 調用Firebase App.initializeApp()
- 22. 構建android應用程序時發生gradle錯誤
- 23. 在應用程序級別捕獲所有錯誤處理?
- 24. error 30 firebase database and Android for build on gradle
- 25. 使用grails-gradle-plugin的Grails應用程序在運行應用程序時獲取PermGen空間錯誤
- 26. 錯誤上添加程序兼容性-V7 API級22
- 27. 在django上添加新應用程序時出現404錯誤
- 28. 處理應用程序級錯誤
- 29. Build APK錯誤?
- 30. Android Gradle build release EXCEPTION FROM SIMULATION錯誤
你的錯誤是什麼? –