Importing google-services.json into Android Studio

0

I'm making use of Android Studio in Ubuntu, apk compiled correctly before generating the .json file from firebase and being inserted into the / app directory. From this when generating the apk the compilation fails and the log returns the error message:

  

/ home / mames / Downloads / JETMOVE /      

Error: (30, 39) error: can not access zzbej class file for   com.google.android.gms.internal.zzbej not found   /home/mynames/Downloads/JETMOVE/TaxiCustomer_1.7/app/src/main/java/com/icanstudioz/taxicustomer/acitivities/LoginActivity.java

     

Error: (125, 29) error: can not access zzeuq class file for   com.google.android.gms.internal.zzeuq not found   /home/mynames/Downloads/JETMOVE/TaxiCustomer_1.7/app/src/main/java/com/icanstudioz/taxicustomer/acitivities/SplashActivity.java

     

Error: (88, 76) error: can not access zze class file for   com.google.android.gms.common.zze not found Error: Execution failed for   task ': app: compileReleaseJavaWithJavac'.

     
    

Compilation failed; see the compiler error output for details.

  
    
asked by anonymous 03.03.2018 / 02:35

0 answers