我在我的android应用程序中开始使用firebase实时数据库。我的gradle构建得很好但是只要添加firebase依赖项和类路径,它就会显示启用 Gradle ' 离线 模式'和同步项目。
我搜索了很多,但没有找到解决方案。此外,Google Play服务和Google存储库SDK的版本分别为38和41。
我已经按照link的每一步进行了操作。
我的应用程序gradle看起来像这样 -
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:design:25.1.0'
compile 'com.google.firebase:firebase-database:10.0.1'
}
apply plugin: 'com.google.gms.google-services'
项目gradle看起来像这样 -
classpath 'com.google.gms:google-services:3.0.0'
答案 0 :(得分:0)
转到设置并取消选中离线模式,并确保已连接到互联网,然后重新同步。它应该解决它。