While trying to connect my flutter application with firebase the app crashes (target device with android version 4.4.2
).
Error message:
E/AndroidRuntime(28035): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.firebase.provider.FirebaseInitProvider" on path: DexPathList[[zip file "/data/app/com.omarhaassaan.chat_app-3.apk"],nativeLibraryDirectories=[/data/app-lib/com.omarhaassaan.chat_app-3, /vendor/lib, /system/lib, /lib]]
What is causing this error?
Possible solutions that I could think of:
- Enabled MultiDex
- Minify true
question from:
https://stackoverflow.com/questions/65872115/firebase-with-flutter 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…