-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebase messaging error localbroadcastmanager #2287
Comments
Hi @shojaeddin |
Thank you my doctor and verbose
|
Hi @shojaeddin |
In terminal of android studio from this directory of project (zooril is project folder) K:\programming_project\git\zooril>flutter run --verbose I get that report. |
Hi @shojaeddin Please attach a device then execute this command and comment it below
Thank you |
Thank you from you the result
|
You have not installed a emulator on your local machine AND/OR it's not currently running Follow the steps in this URL from installation to running the emulator and i think that should fix your issue https://developer.android.com/studio/run/emulator |
Thank you @gondar00 and @TahaTesser but in release and also direct debug on mobile I get that error It says It does not recognize localbroadcastmanager. I do not know what is wrong |
Hey @shojaeddin. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @shojaeddin if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
I add firebase_messaging package and set properties of firebase in android I get error
` Execution failed for task ':firebase_messaging:javaPreCompileDebug'.
and gradle.properties
org.gradle.jvmargs=-Xmx1536M android.enableR8=true android.useAndroidX=true android.enableJetifier=true
even this link not working
https://dl.google.com/dl/android/maven2/androidx/localbroadcastmanager/localbroadcastmanager/1.0.0/localbroadcastmanager-1.0.0.jar
I do not know what is wrong. I will appreciate for helping the problem
The text was updated successfully, but these errors were encountered: