错误在android studio中的Firebase配置 [英] Error Firebase Configuration in android studio

查看:1792
本文介绍了错误在android studio中的Firebase配置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法解析Android应用程序模块的Gradle配置。解决gradle构建问题和/或重新同步
从android studio连接到firebase时,我收到了这个消息
$ b



另一个建议是你的项目中的gzip文件可能是罪魁祸首:
https://stackoverflow.com/a/40577173/561259


Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync I am getting this message while connecting to firebase from android studio

解决方案

I bump into similar issues and found the following entry in my project’s build.gradle to be the culprit. I am not sure why or what other libraries are affected.

// Firebase Assistant - Connect to Firebase hate this library
compile 'com.google.api-client:google-api-client:1.22.0'
compile 'com.google.http-client:google-http-client-gson:1.22.0'

https://code.luasoftware.com/tutorials/android/how-to-add-firebase-to-android/#gradle-config-parsing-error

Another suggestion is gzip files in your project might be the culprit: https://stackoverflow.com/a/40577173/561259

这篇关于错误在android studio中的Firebase配置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆