I updated to Android Studio 3.0 Canary 6 and am now getting following error (had been on Canary 5). I\'ve searched for people seeing similar issues but no luck so far. Any
I had that issue when moved to Android Studio 3.0
Ensure that you have same versions of firebase-core and play-services, e.g.:
compile 'com.google.android.gms:play-services-ads:11.0.4' compile 'com.google.firebase:firebase-core:11.0.4'