Class file for com.google.android.gms.internal.zzaja not found

后端 未结 17 1823
北海茫月
北海茫月 2020-12-03 06:34

I am using Fragment for the designing of the Firebase simple login registration.

I get error in the OnCreateView() method on initializing



        
17条回答
  •  孤城傲影
    2020-12-03 06:46

    As stated in the Google documentation, Add the latest version of the Google Service plugin (4.0.1 on 06/04/18). Hope this hepls!

    buildscript {
        // ...
        dependencies {
            // ...
            classpath 'com.google.gms:google-services:4.0.1' // google-services plugin
        }
    }
    `
    

提交回复
热议问题