14
8.4.0へのバージョン競合の更新
エラー: タスク ':app:processDebugGoogleServices'の実行に失敗しました。google-servicesプラグインのバージョンを更新するか(最新バージョンに関する情報はこちらから入手できます)、またはcom.google.android.gmsのバージョンを8.3.0に更新して、バージョンの競合を修正してください 。 私は見つけたすべてのことをしました。 dependencies { // This does not break the build when Android Studio is missing the JRebel for Android plugin. classpath 'com.zeroturnaround.jrebel.android:jr-android-gradle:1.0.+' classpath 'com.android.tools.build:gradle:2.0.0-alpha3' classpath 'com.google.gms:google-services:2.0.0-alpha3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } そしてアプリのgradleで …