Error: cannot access zzbgl
I am developing an application and I am getting the following error: error: cannot access zzbgl class file for com.google.android.gms.internal.zzbgl not found I know there's a question here in StackOverflow with the same error that I'm getting posted 4 days ago but the answer did not help in my case. (I am talking about this one ) The error appeared just right after setting Firebase Analytics in my project. My build.gradle (Module: app) file is this: buildscript { repositories { maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'io.fabric.tools:gradle:1.+' } } apply