Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
104 views
in Technique[技术] by (71.8m points)

android - Firebase with Flutter

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:

  1. Enabled MultiDex
  2. Minify true
question from:https://stackoverflow.com/questions/65872115/firebase-with-flutter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...