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


i using fragment designing of firebase simple login registration.

i error in oncreateview() method on initializing

auth = firebaseauth.getinstance(); 

error:- error:(58, 28) error: cannot access zzaja class file com.google.android.gms.internal.zzaja not found please source:- http://www.androidhive.info/2016/06/android-getting-started-firebase-simple-login-registration-auth/

i solved exact problem today , stumbled onto unanswered question chance during process.

first, ensure you've setup firebase android documented here: https://firebase.google.com/docs/android/setup. then, make sure compiling latest version of firebase apis (9.2.0) , google play services apis (9.2.0) using. gradle dependencies this:

dependencies {     ...     compile 'com.google.android.gms:play-services-location:9.2.0'     compile 'com.google.firebase:firebase-core:9.2.0'     compile 'com.google.firebase:firebase-auth:9.2.0'     compile 'com.google.firebase:firebase-messaging:9.2.0' } 

hope helps!


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -