アンドロイドスタジオにfirebaseを統合しているときにエラー

Punitダス:

私は私のAndroidプロジェクトにfirebaseを統合しようとしているが、常に「(例えば正確なバージョンで決議Google Playのサービスライブラリの依存関係が相互に依存したプロジェクトで 『アプリ』 『のエラーを取得[17.0。4]』が、されていないのです図書館で展示、そのバージョンに解決。挙動は不明となります。

依存関係失敗:com.google.firebase:firebaseメッセージング:17.3.4 - > com.google.firebase:firebase-IID @ [17.0.4]が、火災のベース-IIDバージョンは20.0.2でした「。

アプリのGradleのビルドのための私のコードです-------

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
    compileSdkVersion 28
    defaultConfig {
        applicationId "com.example.goldfish"
        minSdkVersion 17
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
 'proguard-rules.pro'
        }
    }
    packagingOptions {
        // Exclude file to avoid
        // Error: Duplicate files during packaging of APK
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/LICENSE'
        exclude 'META-INF/LICENSE.txt'
        exclude 'META-INF/license.txt'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/NOTICE.txt'
        exclude 'META-INF/notice.txt'
        exclude 'META-INF/ASL2.0'
        exclude 'META-INF/services/javax.annotation.processing.Processor'
    }

}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.android.support:appcompat-v7:28.0.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    implementation "com.google.firebase:firebase-messaging:17.3.4"
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
    implementation 'com.google.firebase:firebase-analytics:17.2.2'


}
ボブ・スナイダー:

アップグレードし、最新のバージョン Firebaseライブラリの:

implementation 'com.google.firebase:firebase-messaging:20.1.5'
implementation 'com.google.firebase:firebase-analytics:17.3.0'

おすすめ

転載: http://10.200.1.11:23101/article/api/json?id=406131&siteId=1