Tag: firebase android gradle

无法parsing:com.google.firebase:firebase-core:11.2.0

同步我的项目时,出现了多个“解决失败”问题。 他们都是火力和娱乐服务相关的。 我确信他们都是一样的(11.2.0)。 我也检查了两者的最新版本是11.2.0。 另外,类似问题的所有其他答案都涉及更新SDKpipe理器中的Google播放服务和存储库,但我已经是最新的。 任何想法,为什么我不能同步我的项目? 编辑 – 目前的工作解决scheme // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.google.gms:google-services:3.0.0' classpath 'com.google.firebase:firebase-plugins:1.0.4' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files […]