我看到一堆Crashlitics内部崩溃,这些崩溃来自最新的Firebase 15.0.0,试图获取FirebaseRemoteConfig
Caused by java.lang.NullPointerException
Attempt to invoke virtual method 'void com.google.android.gms.internal.config.zzar.zzc(long)' on a null object reference
com.google.firebase.remoteconfig.FirebaseRemoteConfig. (Unknown Source)
com.google.firebase.remoteconfig.FirebaseRemoteConfig.getInstance (Unknown Source)
com.google.firebase.remoteconfig.FirebaseRemoteConfig.getInstance (Unknown Source)
Run Code Online (Sandbox Code Playgroud)
FirebaseRemoteConfig.getInstance在期间被调用,Application.onCreate并且在所有以前的版本中都可以正常工作。
建立:
implementation "com.google.firebase:firebase-config:15.0.0"
classpath 'com.google.gms:google-services:3.2.1'
Run Code Online (Sandbox Code Playgroud)
有人看到吗?任何解决方案或解决方法?
PS我已经通过https://firebase.google.com/support/contact/bugs-features/ https://github.com/firebase/quickstart-android/issues/474向Firebase团队发送了错误报告