Instant应用基本模块中的Firebase初始化失败

时间:2018-12-07 14:25:31

标签: android firebase android-instant-apps

作为制作现有应用程序的即时应用程序版本的一部分,我将当前的应用程序模块作为基本模块,并创建了一个新的应用程序类。我将google-services.json移到新的应用程序文件夹,在新应用程序类的底部添加了apply plugin: 'com.google.gms.google-services'行。

但是现在我遇到以下错误 java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process null. Make sure to call FirebaseApp.initializeApp(Context) first.

我在应用程序类的onCreate中调用了FirebaseApp.initializeApp(this);

我错过了什么吗?

0 个答案:

没有答案