FireBase Error: cannot access zzanb class file for com.google.android.gms.internal.zzanb not found

后端 未结 3 1206
故里飘歌
故里飘歌 2021-01-05 16:33

UPD. I have read these question and answer (Class file for com.google.android.gms.internal.zzaja not found). But I doesnt understand what strings i need to

3条回答
  •  無奈伤痛
    2021-01-05 17:06

    Getting following error:
    error: cannot access zza
    class file for com.google.android.gms.common.internal.safeparcel.zza not found
    
    dependencies {
        implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
        implementation 'com.google.firebase:firebase-analytics:17.0.1'
        implementation fileTree(dir: 'libs', include: ['*.jar'])
        implementation 'androidx.appcompat:appcompat:1.0.0'
        implementation 'com.android.support:support-v4:28.0.0'
        testImplementation 'junit:junit:4.12'
        androidTestImplementation 'com.android.support.test:runner:1.0.1'
        androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
        implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    /*    implementation 'com.google.firebase:firebase-core:9.2.0'                        // this line must be included to integrate with Firebase
        implementation 'com.google.firebase:firebase-messaging:10.2.1'                   // this line must be included to use FCM*/
        //implementation 'com.google.android.gms:play-services:10.2.1'
        implementation 'com.google.android.gms:play-services-maps:10.2.1'
        implementation 'com.google.firebase:firebase-core:10.2.1'
        implementation 'com.google.firebase:firebase-messaging:10.2.1'
    }
    

提交回复
热议问题