I moved from Windows/Water to a MacBook/Fire last week, and the Google Services task doesn’t seem to be working for some reason… I tried on .2595 and .2587. In both cases I get a startup crash due to java.lang.ClassNotFoundException
on Firebase’s FirebaseInitProvider
class. When I inspect the APK, the manifest does not show anything from Firebase in it (normally there are several Firebase services and providers in the final merged manifest).
I guess my first question is, is there any reason this should work on Water and not Fire? Since I was the one who wrote the GoogleServices task, I looked back through it to make sure I didn’t hardcode any Windows-style paths, linebreaks, etc., and I’m not seeing anything like that. Is Fire supposed to support the GoogleServices stuff or was it only added for Water somehow?