firebase error W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found
I tried to build app based on login/signup accounts. I created it's Firebase and enable the authentication through email. I added the google-play-services.json file. I added apply plugin: 'com.google.gms.google-services' compile 'com.google.firebase:firebase-auth:10.0.1' in build.gridle(app) And in the module I added classpath 'com.google.gms:google-services:3.0.0' And this is my code public class splashscr extends Activity implements View.OnClickListener{ TabHost tab ; Button logbtn,signup; EditText email,password,signupemail,signuppassword; private FirebaseAuth firebaseAuth; @Override