Skip to content
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

Closed
shojaeddin opened this issue Apr 2, 2020 · 11 comments
Closed

firebase messaging error localbroadcastmanager #2287

shojaeddin opened this issue Apr 2, 2020 · 11 comments
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. closed-by-bot plugin: messaging Stale Issue with no recent activity

Comments

@shojaeddin
Copy link

I add firebase_messaging package and set properties of firebase in android I get error
` Execution failed for task ':firebase_messaging:javaPreCompileDebug'.

Could not resolve all files for configuration ':firebase_messaging:debugCompileClasspath'.
Could not find localbroadcastmanager.jar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/androidx/localbroadcastmanager/localbroadcastmanager/1.0.0/localbroadcastmanager-1.0.0.jar`

image

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

@TahaTesser
Copy link

Hi @shojaeddin
can you please provide your flutter doctor -v and flutter run --verbose?
Thank you

@TahaTesser TahaTesser added the blocked: customer-response Waiting for customer response, e.g. more information was requested. label Apr 3, 2020
@shojaeddin
Copy link
Author

shojaeddin commented Apr 3, 2020

Thank you my doctor

image

and verbose

`[  +42 ms] executing: [C:\flutter\flutter\] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +86 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 0b8abb4724aa590dd0f429683339b1e045a1594d
[        ] executing: [C:\flutter\flutter\] git describe --match v*.*.* --first-parent --long --tags
[  +50 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v1.12.13+hotfix.8-0-g0b8abb472
[  +11 ms] executing: [C:\flutter\flutter\] git rev-parse --abbrev-ref --symbolic @{u}
[  +56 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [C:\flutter\flutter\] git ls-remote --get-url origin
[  +49 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +109 ms] executing: [C:\flutter\flutter\] git rev-parse --abbrev-ref HEAD
[  +71 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[ +163 ms] executing: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[  +28 ms] Exit code 0 from: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[   +1 ms] List of devices attached
[  +13 ms] No supported devices connected.
[  +14 ms] "flutter run" took 292ms.

#0      throwToolExit (package:flutter_tools/src/base/common.dart:28:3)
#1      RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:289:7)
<asynchronous suspension>
#2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:590:11)
#3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:515:33)
<asynchronous suspension>
#4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:146:29)
#5      _rootRun (dart:async/zone.dart:1126:13)
#6      _CustomZone.run (dart:async/zone.dart:1023:19)
#7      _runZoned (dart:async/zone.dart:1518:10)
#8      runZoned (dart:async/zone.dart:1465:12)
#9      AppContext.run (package:flutter_tools/src/base/context.dart:145:18)
#10     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:505:20)
#11     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
#12     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:413:21)
<asynchronous suspension>
#13     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:146:29)
#14     _rootRun (dart:async/zone.dart:1126:13)
#15     _CustomZone.run (dart:async/zone.dart:1023:19)
#16     _runZoned (dart:async/zone.dart:1518:10)
#17     runZoned (dart:async/zone.dart:1465:12)
#18     AppContext.run (package:flutter_tools/src/base/context.dart:145:18)
#19     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:364:19)
#20     CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:112:25)
#21     new Future.sync (dart:async/future.dart:224:31)
#22     CommandRunner.run (package:args/command_runner.dart:112:14)
#23     FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:250:18)
#24     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:63:22)
#25     _rootRun (dart:async/zone.dart:1126:13)
#26     _CustomZone.run (dart:async/zone.dart:1023:19)
#27     _runZoned (dart:async/zone.dart:1518:10)
#28     runZoned (dart:async/zone.dart:1502:12)
#29     run.<anonymous closure> (package:flutter_tools/runner.dart:61:18)
<asynchronous suspension>
#30     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:146:29)
#31     _rootRun (dart:async/zone.dart:1126:13)
#32     _CustomZone.run (dart:async/zone.dart:1023:19)
#33     _runZoned (dart:async/zone.dart:1518:10)
#34     runZoned (dart:async/zone.dart:1465:12)
#35     AppContext.run (package:flutter_tools/src/base/context.dart:145:18)
#36     runInContext (package:flutter_tools/src/context_runner.dart:64:24)
#37     run (package:flutter_tools/runner.dart:50:10)
#38     main (package:flutter_tools/executable.dart:65:9)
#39     main (file:///C:/b/s/w/ir/k/archive/flutter/packages/flutter_tools/bin/flutter_tools.dart:8:3)
#40     _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:305:32)
#41     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:174:12)


@TahaTesser
Copy link

Hi @shojaeddin
Please provide complete flutter run --verbose from root of your project
Thank you

@TahaTesser TahaTesser added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Apr 3, 2020
@shojaeddin
Copy link
Author

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.

@TahaTesser
Copy link

Hi @shojaeddin

Please attach a device then execute this command and comment it below

[ +13 ms] No supported devices connected.
[ +14 ms] "flutter run" took 292ms.

Thank you

@TahaTesser TahaTesser added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed blocked: customer-response Waiting for customer response, e.g. more information was requested. labels Apr 3, 2020
@shojaeddin
Copy link
Author

shojaeddin commented Apr 3, 2020

Thank you from you

the result

[  +42 ms] executing: [C:\flutter\flutter\] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +94 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +1 ms] 0b8abb4724aa590dd0f429683339b1e045a1594d
[   +1 ms] executing: [C:\flutter\flutter\] git describe --match v*.*.* --first-parent --long --tags
[  +52 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v1.12.13+hotfix.8-0-g0b8abb472
[  +11 ms] executing: [C:\flutter\flutter\] git rev-parse --abbrev-ref --symbolic @{u}
[  +53 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [C:\flutter\flutter\] git ls-remote --get-url origin
[  +45 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +108 ms] executing: [C:\flutter\flutter\] git rev-parse --abbrev-ref HEAD
[  +53 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[ +156 ms] executing: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[  +27 ms] Exit code 0 from: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe devices -l
[   +1 ms] List of devices attached
           R58M6892BHP            device product:a70qxx model:SM_A705FN device:a70q transport_id:2
[  +22 ms] C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe -s R58M6892BHP shell getprop
[ +165 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[   +6 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +95 ms] Found plugin connectivity at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity-0.4.8+2\
[   +9 ms] Found plugin connectivity_macos at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.1.0+2\
[  +43 ms] Found plugin firebase_core at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-0.4.4+3\
[  +13 ms] Found plugin firebase_core_web at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core_web-0.1.1+2\
[   +9 ms] Found plugin firebase_messaging at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_messaging-5.0.0\
[  +46 ms] Found plugin flutter_plugin_android_lifecycle at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.6\
[  +30 ms] Found plugin flutter_webview_plugin at C:\flutter\flutter\.pub-cache\git\flutter_webview_plugin-f281275772d9aaef69887e88dcb75e98235240d7\
[   +5 ms] Found plugin fluttertoast at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\fluttertoast-4.0.1\
[  +63 ms] Found plugin local_auth at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\local_auth-0.6.1+3\
[  +49 ms] Found plugin path_provider at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-1.6.5\
[   +4 ms] Found plugin path_provider_macos at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_macos-0.0.4\
[  +66 ms] Found plugin shared_preferences at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.6+3\
[   +9 ms] Found plugin shared_preferences_macos at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-0.0.1+6\
[  +20 ms] Found plugin shared_preferences_web at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-0.1.2+4\
[  +22 ms] Found plugin sqflite at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\sqflite-1.3.0\
[ +126 ms] Found plugin connectivity at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity-0.4.8+2\
[   +2 ms] Found plugin connectivity_macos at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\connectivity_macos-0.1.0+2\
[   +7 ms] Found plugin firebase_core at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core-0.4.4+3\
[   +3 ms] Found plugin firebase_core_web at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_core_web-0.1.1+2\
[   +1 ms] Found plugin firebase_messaging at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\firebase_messaging-5.0.0\
[   +5 ms] Found plugin flutter_plugin_android_lifecycle at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\flutter_plugin_android_lifecycle-1.0.6\
[   +6 ms] Found plugin flutter_webview_plugin at C:\flutter\flutter\.pub-cache\git\flutter_webview_plugin-f281275772d9aaef69887e88dcb75e98235240d7\
[   +2 ms] Found plugin fluttertoast at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\fluttertoast-4.0.1\
[  +10 ms] Found plugin local_auth at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\local_auth-0.6.1+3\
[   +7 ms] Found plugin path_provider at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-1.6.5\
[   +1 ms] Found plugin path_provider_macos at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider_macos-0.0.4\
[   +9 ms] Found plugin shared_preferences at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences-0.5.6+3\
[   +2 ms] Found plugin shared_preferences_macos at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_macos-0.0.1+6\
[   +3 ms] Found plugin shared_preferences_web at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\shared_preferences_web-0.1.2+4\
[   +3 ms] Found plugin sqflite at C:\flutter\flutter\.pub-cache\hosted\pub.dartlang.org\sqflite-1.3.0\
[ +184 ms] Generating K:\programming_project\git\zooril\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[  +88 ms] ro.hardware = qcom
[  +78 ms] Launching lib\main.dart on SM A705FN in debug mode...
[  +20 ms] executing: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe -s R58M6892BHP shell -x logcat -v time -t 1
[ +163 ms] Exit code 0 from: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe -s R58M6892BHP shell -x logcat -v time -t 1
[   +1 ms] --------- beginning of main
           04-03 15:20:13.478 I/.gms.persisten( 3957): Background concurrent copying GC freed 303446(14MB) AllocSpace objects, 28(1608KB) LOS objects, 49% free, 14MB/28MB,
           paused 142us total 101.461ms
[  +14 ms] executing: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe version
[   +2 ms] executing: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe -s R58M6892BHP logcat -v time -T 04-03 15:20:13.478
[  +64 ms] Android Debug Bridge version 1.0.41
           Version 28.0.3-5475833
           Installed as C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe
[   +4 ms] executing: C:\Users\Server\AppData\Local\Android\Sdk\platform-tools\adb.exe start-server
[  +28 ms] Building APK
[  +29 ms] Running Gradle task 'assembleDebug'...
[   +3 ms] gradle.properties already sets `android.enableR8`
[   +6 ms] Using gradle from K:\programming_project\git\zooril\android\gradlew.bat.
[   +6 ms] executing: [K:\programming_project\git\zooril\android\] K:\programming_project\git\zooril\android\gradlew.bat -Pverbose=true
-Ptarget=K:\programming_project\git\zooril\lib\main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Ptarget-platform=android-arm64 assembleDebug
[ +980 ms] Welcome to Gradle 5.6.4!
[   +2 ms] Here are the highlights of this release:
[   +1 ms]  - Incremental Groovy compilation
[   +1 ms]  - Groovy compile avoidance
[        ]  - Test fixtures for Java projects
[   +2 ms]  - Manage plugin versions via settings script
[   +2 ms] For more details see https://docs.gradle.org/5.6.4/release-notes.html
[+1458 ms] Starting a Gradle Daemon (subsequent builds will be faster)
[+9105 ms] > Configure project :app
[   +1 ms] WARNING: The option 'android.enableR8' is deprecated and should not be used anymore.
[   +1 ms] It will be removed in a future version of the Android Gradle plugin, and will no longer allow you to disable R8.
[+14777 ms] > Task :app:compileFlutterBuildDebug UP-TO-DATE
[  +26 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE
[   +5 ms] > Task :app:preBuild UP-TO-DATE
[        ] > Task :app:preDebugBuild UP-TO-DATE
[  +89 ms] > Task :connectivity:preBuild UP-TO-DATE
[   +4 ms] > Task :connectivity:preDebugBuild UP-TO-DATE
[ +103 ms] > Task :connectivity_macos:preBuild UP-TO-DATE
[  +11 ms] > Task :connectivity_macos:preDebugBuild UP-TO-DATE
[   +7 ms] > Task :connectivity_macos:compileDebugAidl NO-SOURCE
[        ] > Task :connectivity:compileDebugAidl NO-SOURCE
[   +1 ms] > Task :firebase_core:preBuild UP-TO-DATE
[   +1 ms] > Task :firebase_core:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :firebase_core_web:preBuild UP-TO-DATE
[   +1 ms] > Task :firebase_core_web:preDebugBuild UP-TO-DATE
[   +3 ms] > Task :firebase_core_web:compileDebugAidl NO-SOURCE
[ +256 ms] > Task :firebase_core:compileDebugAidl NO-SOURCE
[ +480 ms] > Task :firebase_messaging:preBuild UP-TO-DATE
[  +83 ms] > Task :firebase_messaging:preDebugBuild UP-TO-DATE
[  +13 ms] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE
[   +2 ms] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE
[   +3 ms] > Task :flutter_webview_plugin:preBuild UP-TO-DATE
[   +3 ms] > Task :flutter_webview_plugin:preDebugBuild UP-TO-DATE
[        ] > Task :fluttertoast:preBuild UP-TO-DATE
[   +1 ms] > Task :fluttertoast:preDebugBuild UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugAidl NO-SOURCE
[        ] > Task :local_auth:preBuild UP-TO-DATE
[        ] > Task :local_auth:preDebugBuild UP-TO-DATE
[   +1 ms] > Task :local_auth:compileDebugAidl NO-SOURCE
[  +43 ms] > Task :path_provider:preBuild UP-TO-DATE
[  +24 ms] > Task :path_provider:preDebugBuild UP-TO-DATE
[  +43 ms] > Task :path_provider_macos:preBuild UP-TO-DATE
[   +9 ms] > Task :path_provider_macos:preDebugBuild UP-TO-DATE
[  +15 ms] > Task :path_provider_macos:compileDebugAidl NO-SOURCE
[  +14 ms] > Task :path_provider:compileDebugAidl NO-SOURCE
[   +5 ms] > Task :shared_preferences:preBuild UP-TO-DATE
[   +5 ms] > Task :shared_preferences:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences_macos:preBuild UP-TO-DATE
[        ] > Task :shared_preferences_macos:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences_web:preBuild UP-TO-DATE
[   +1 ms] > Task :shared_preferences_web:preDebugBuild UP-TO-DATE
[        ] > Task :shared_preferences_web:compileDebugAidl NO-SOURCE
[        ] > Task :shared_preferences_macos:compileDebugAidl NO-SOURCE
[        ] > Task :shared_preferences:compileDebugAidl NO-SOURCE
[        ] > Task :sqflite:preBuild UP-TO-DATE
[        ] > Task :sqflite:preDebugBuild UP-TO-DATE
[        ] > Task :sqflite:compileDebugAidl NO-SOURCE
[   +1 ms] > Task :firebase_messaging:compileDebugAidl NO-SOURCE
[        ] > Task :connectivity:packageDebugRenderscript NO-SOURCE
[        ] > Task :connectivity_macos:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_core:packageDebugRenderscript NO-SOURCE
[        ] > Task :firebase_core_web:packageDebugRenderscript NO-SOURCE
[   +3 ms] > Task :firebase_messaging:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE
[        ] > Task :flutter_webview_plugin:packageDebugRenderscript NO-SOURCE
[   +2 ms] > Task :fluttertoast:packageDebugRenderscript NO-SOURCE
[   +1 ms] > Task :local_auth:packageDebugRenderscript NO-SOURCE
[        ] > Task :path_provider:packageDebugRenderscript NO-SOURCE
[        ] > Task :path_provider_macos:packageDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences:packageDebugRenderscript NO-SOURCE
[   +2 ms] > Task :shared_preferences_macos:packageDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences_web:packageDebugRenderscript NO-SOURCE
[        ] > Task :sqflite:packageDebugRenderscript NO-SOURCE
[        ] > Task :app:compileDebugRenderscript NO-SOURCE
[   +1 ms] > Task :app:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_webview_plugin:compileDebugAidl NO-SOURCE
[        ] > Task :app:compileDebugAidl NO-SOURCE
[ +118 ms] > Task :app:cleanMergeDebugAssets
[   +1 ms] > Task :app:mergeDebugShaders UP-TO-DATE
[        ] > Task :app:compileDebugShaders UP-TO-DATE
[        ] > Task :app:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity:mergeDebugShaders UP-TO-DATE
[  +92 ms] > Task :connectivity:compileDebugShaders UP-TO-DATE
[   +5 ms] > Task :connectivity:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity:packageDebugAssets UP-TO-DATE
[        ] > Task :connectivity_macos:mergeDebugShaders UP-TO-DATE
[        ] > Task :connectivity_macos:compileDebugShaders UP-TO-DATE
[        ] > Task :connectivity_macos:generateDebugAssets UP-TO-DATE
[        ] > Task :connectivity_macos:packageDebugAssets UP-TO-DATE
[        ] > Task :firebase_core:mergeDebugShaders UP-TO-DATE
[        ] > Task :firebase_core:compileDebugShaders UP-TO-DATE
[        ] > Task :firebase_core:generateDebugAssets UP-TO-DATE
[        ] > Task :firebase_core:packageDebugAssets UP-TO-DATE
[   +9 ms] > Task :firebase_core_web:mergeDebugShaders UP-TO-DATE
[        ] > Task :firebase_core_web:compileDebugShaders UP-TO-DATE
[        ] > Task :firebase_core_web:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :firebase_core_web:packageDebugAssets UP-TO-DATE
[   +4 ms] > Task :firebase_messaging:mergeDebugShaders UP-TO-DATE
[   +4 ms] > Task :firebase_messaging:compileDebugShaders UP-TO-DATE
[        ] > Task :firebase_messaging:generateDebugAssets UP-TO-DATE
[        ] > Task :firebase_messaging:packageDebugAssets UP-TO-DATE
[   +2 ms] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE
[  +49 ms] > Task :flutter_webview_plugin:mergeDebugShaders UP-TO-DATE
[   +1 ms] > Task :flutter_webview_plugin:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :flutter_webview_plugin:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :flutter_webview_plugin:packageDebugAssets UP-TO-DATE
[        ] > Task :fluttertoast:mergeDebugShaders UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :fluttertoast:generateDebugAssets UP-TO-DATE
[        ] > Task :fluttertoast:packageDebugAssets UP-TO-DATE
[   +1 ms] > Task :local_auth:mergeDebugShaders UP-TO-DATE
[        ] > Task :local_auth:compileDebugShaders UP-TO-DATE
[   +2 ms] > Task :local_auth:generateDebugAssets UP-TO-DATE
[   +2 ms] > Task :local_auth:packageDebugAssets UP-TO-DATE
[        ] > Task :path_provider:mergeDebugShaders UP-TO-DATE
[        ] > Task :path_provider:compileDebugShaders UP-TO-DATE
[        ] > Task :path_provider:generateDebugAssets UP-TO-DATE
[        ] > Task :path_provider:packageDebugAssets UP-TO-DATE
[   +1 ms] > Task :path_provider_macos:mergeDebugShaders UP-TO-DATE
[        ] > Task :path_provider_macos:compileDebugShaders UP-TO-DATE
[        ] > Task :path_provider_macos:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :path_provider_macos:packageDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences:mergeDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences:generateDebugAssets UP-TO-DATE
[  +75 ms] > Task :shared_preferences:packageDebugAssets UP-TO-DATE
[   +1 ms] > Task :shared_preferences_macos:mergeDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences_macos:compileDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences_macos:generateDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences_macos:packageDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences_web:mergeDebugShaders UP-TO-DATE
[        ] > Task :shared_preferences_web:compileDebugShaders UP-TO-DATE
[   +1 ms] > Task :shared_preferences_web:generateDebugAssets UP-TO-DATE
[        ] > Task :shared_preferences_web:packageDebugAssets UP-TO-DATE
[        ] > Task :sqflite:mergeDebugShaders UP-TO-DATE
[        ] > Task :sqflite:compileDebugShaders UP-TO-DATE
[        ] > Task :sqflite:generateDebugAssets UP-TO-DATE
[   +1 ms] > Task :sqflite:packageDebugAssets UP-TO-DATE
[  +88 ms] > Task :app:mergeDebugAssets
[ +624 ms] > Task :app:copyFlutterAssetsDebug
[   +3 ms] > Task :app:mainApkListPersistenceDebug UP-TO-DATE
[  +77 ms] > Task :app:generateDebugResValues UP-TO-DATE
[   +3 ms] > Task :app:generateDebugResources UP-TO-DATE
[   +1 ms] > Task :app:processDebugGoogleServices UP-TO-DATE
[        ] > Task :connectivity:generateDebugResValues UP-TO-DATE
[   +1 ms] > Task :connectivity_macos:generateDebugResValues UP-TO-DATE
[   +2 ms] > Task :connectivity:compileDebugRenderscript NO-SOURCE
[   +9 ms] > Task :connectivity:generateDebugResources UP-TO-DATE
[  +75 ms] > Task :connectivity:packageDebugResources UP-TO-DATE
[   +1 ms] > Task :connectivity_macos:compileDebugRenderscript NO-SOURCE
[        ] > Task :connectivity_macos:generateDebugResources UP-TO-DATE
[        ] > Task :connectivity_macos:packageDebugResources UP-TO-DATE
[        ] > Task :firebase_core:generateDebugResValues UP-TO-DATE
[   +2 ms] > Task :firebase_core:compileDebugRenderscript NO-SOURCE
[   +4 ms] > Task :firebase_core:generateDebugResources UP-TO-DATE
[  +16 ms] > Task :firebase_core:packageDebugResources UP-TO-DATE
[ +178 ms] > Task :firebase_core_web:generateDebugResValues UP-TO-DATE
[   +9 ms] > Task :firebase_core_web:compileDebugRenderscript NO-SOURCE
[   +1 ms] > Task :firebase_core_web:generateDebugResources UP-TO-DATE
[        ] > Task :firebase_core_web:packageDebugResources UP-TO-DATE
[        ] > Task :firebase_messaging:generateDebugResValues UP-TO-DATE
[        ] > Task :firebase_messaging:compileDebugRenderscript NO-SOURCE
[   +3 ms] > Task :firebase_messaging:generateDebugResources UP-TO-DATE
[   +2 ms] > Task :firebase_messaging:packageDebugResources UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE
[  +19 ms] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE
[   +8 ms] > Task :flutter_webview_plugin:generateDebugResValues UP-TO-DATE
[   +1 ms] > Task :fluttertoast:generateDebugResValues UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugRenderscript NO-SOURCE
[   +1 ms] > Task :flutter_webview_plugin:compileDebugRenderscript NO-SOURCE
[        ] > Task :flutter_webview_plugin:generateDebugResources UP-TO-DATE
[        ] > Task :flutter_webview_plugin:packageDebugResources UP-TO-DATE
[        ] > Task :fluttertoast:generateDebugResources UP-TO-DATE
[        ] > Task :fluttertoast:packageDebugResources UP-TO-DATE
[        ] > Task :local_auth:compileDebugRenderscript NO-SOURCE
[  +23 ms] > Task :local_auth:generateDebugResValues UP-TO-DATE
[   +1 ms] > Task :local_auth:generateDebugResources UP-TO-DATE
[  +19 ms] > Task :local_auth:packageDebugResources UP-TO-DATE
[        ] > Task :path_provider:generateDebugResValues UP-TO-DATE
[   +1 ms] > Task :path_provider:compileDebugRenderscript NO-SOURCE
[   +1 ms] > Task :path_provider:generateDebugResources UP-TO-DATE
[        ] > Task :path_provider:packageDebugResources UP-TO-DATE
[        ] > Task :path_provider_macos:generateDebugResValues UP-TO-DATE
[        ] > Task :path_provider_macos:compileDebugRenderscript NO-SOURCE
[   +1 ms] > Task :path_provider_macos:generateDebugResources UP-TO-DATE
[        ] > Task :path_provider_macos:packageDebugResources UP-TO-DATE
[   +1 ms] > Task :shared_preferences:generateDebugResValues UP-TO-DATE
[        ] > Task :shared_preferences:compileDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences:generateDebugResources UP-TO-DATE
[  +85 ms] > Task :shared_preferences:packageDebugResources UP-TO-DATE
[        ] > Task :shared_preferences_macos:generateDebugResValues UP-TO-DATE
[        ] > Task :shared_preferences_macos:compileDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences_macos:generateDebugResources UP-TO-DATE
[        ] > Task :shared_preferences_macos:packageDebugResources UP-TO-DATE
[        ] > Task :shared_preferences_web:generateDebugResValues UP-TO-DATE
[        ] > Task :shared_preferences_web:compileDebugRenderscript NO-SOURCE
[        ] > Task :shared_preferences_web:generateDebugResources UP-TO-DATE
[        ] > Task :shared_preferences_web:packageDebugResources UP-TO-DATE
[        ] > Task :sqflite:generateDebugResValues UP-TO-DATE
[        ] > Task :sqflite:compileDebugRenderscript NO-SOURCE
[        ] > Task :sqflite:generateDebugResources UP-TO-DATE
[        ] > Task :sqflite:packageDebugResources UP-TO-DATE
[ +289 ms] > Task :app:mergeDebugResources UP-TO-DATE
[   +1 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE
[   +6 ms] > Task :app:extractDeepLinksDebug UP-TO-DATE
[   +8 ms] > Task :connectivity:extractDeepLinksDebug UP-TO-DATE
[  +89 ms] > Task :connectivity:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :connectivity_macos:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :connectivity_macos:processDebugManifest UP-TO-DATE
[   +2 ms] > Task :firebase_core:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :firebase_core:processDebugManifest UP-TO-DATE
[        ] > Task :firebase_core_web:extractDeepLinksDebug UP-TO-DATE
[   +4 ms] > Task :firebase_core_web:processDebugManifest UP-TO-DATE
[        ] > Task :firebase_messaging:extractDeepLinksDebug UP-TO-DATE
[  +84 ms] > Task :firebase_messaging:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:extractDeepLinksDebug UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :flutter_webview_plugin:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :flutter_webview_plugin:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :fluttertoast:extractDeepLinksDebug UP-TO-DATE
[   +9 ms] > Task :fluttertoast:processDebugManifest UP-TO-DATE
[   +3 ms] > Task :local_auth:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :local_auth:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :path_provider:extractDeepLinksDebug UP-TO-DATE
[  +86 ms] > Task :path_provider:processDebugManifest UP-TO-DATE
[   +7 ms] > Task :path_provider_macos:extractDeepLinksDebug UP-TO-DATE
[   +1 ms] > Task :path_provider_macos:processDebugManifest UP-TO-DATE
[        ] > Task :shared_preferences:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :shared_preferences:processDebugManifest UP-TO-DATE
[   +1 ms] > Task :shared_preferences_macos:extractDeepLinksDebug UP-TO-DATE
[ +150 ms] > Task :shared_preferences_macos:processDebugManifest UP-TO-DATE
[  +24 ms] > Task :shared_preferences_web:extractDeepLinksDebug UP-TO-DATE
[ +203 ms] > Task :shared_preferences_web:processDebugManifest UP-TO-DATE
[   +6 ms] > Task :sqflite:extractDeepLinksDebug UP-TO-DATE
[        ] > Task :sqflite:processDebugManifest UP-TO-DATE
[  +18 ms] > Task :app:processDebugManifest UP-TO-DATE
[        ] > Task :connectivity:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :connectivity:parseDebugLocalResources UP-TO-DATE
[  +28 ms] > Task :connectivity_macos:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :connectivity_macos:generateDebugRFile UP-TO-DATE
[        ] > Task :connectivity:generateDebugRFile UP-TO-DATE
[        ] > Task :connectivity_macos:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_core:compileDebugLibraryResources UP-TO-DATE
[   +1 ms] > Task :firebase_core:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :firebase_core_web:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :firebase_core_web:generateDebugRFile UP-TO-DATE
[        ] > Task :firebase_core_web:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_messaging:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :firebase_core:generateDebugRFile UP-TO-DATE
[  +76 ms] > Task :firebase_messaging:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :flutter_plugin_android_lifecycle:compileDebugLibraryResources UP-TO-DATE
[   +1 ms] > Task :firebase_messaging:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:parseDebugLocalResources UP-TO-DATE
[   +3 ms] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE
[        ] > Task :flutter_webview_plugin:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :flutter_webview_plugin:parseDebugLocalResources UP-TO-DATE
[        ] > Task :fluttertoast:compileDebugLibraryResources UP-TO-DATE
[  +65 ms] > Task :fluttertoast:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :fluttertoast:generateDebugRFile UP-TO-DATE
[        ] > Task :local_auth:compileDebugLibraryResources UP-TO-DATE
[   +2 ms] > Task :local_auth:parseDebugLocalResources UP-TO-DATE
[        ] > Task :flutter_webview_plugin:generateDebugRFile UP-TO-DATE
[        ] > Task :local_auth:generateDebugRFile UP-TO-DATE
[        ] > Task :path_provider:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :path_provider:parseDebugLocalResources UP-TO-DATE
[  +82 ms] > Task :path_provider_macos:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :path_provider_macos:generateDebugRFile UP-TO-DATE
[        ] > Task :path_provider:generateDebugRFile UP-TO-DATE
[        ] > Task :path_provider_macos:compileDebugLibraryResources UP-TO-DATE
[   +4 ms] > Task :shared_preferences:compileDebugLibraryResources UP-TO-DATE
[  +12 ms] > Task :shared_preferences:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :shared_preferences_macos:parseDebugLocalResources UP-TO-DATE
[  +14 ms] > Task :shared_preferences_macos:generateDebugRFile UP-TO-DATE
[   +1 ms] > Task :shared_preferences_web:parseDebugLocalResources UP-TO-DATE
[   +6 ms] > Task :shared_preferences_web:generateDebugRFile UP-TO-DATE
[  +55 ms] > Task :shared_preferences:generateDebugRFile UP-TO-DATE
[   +1 ms] > Task :shared_preferences_macos:compileDebugLibraryResources UP-TO-DATE
[   +2 ms] > Task :shared_preferences_web:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :sqflite:compileDebugLibraryResources UP-TO-DATE
[        ] > Task :sqflite:parseDebugLocalResources UP-TO-DATE
[   +1 ms] > Task :sqflite:generateDebugRFile UP-TO-DATE
[        ] > Task :app:processDebugResources UP-TO-DATE
[  +83 ms] > Task :connectivity:generateDebugBuildConfig UP-TO-DATE
[   +2 ms] > Task :connectivity_macos:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :connectivity_macos:javaPreCompileDebug UP-TO-DATE
[        ] > Task :connectivity_macos:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :connectivity_macos:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :connectivity:javaPreCompileDebug UP-TO-DATE
[   +3 ms] > Task :connectivity:compileDebugJavaWithJavac UP-TO-DATE
[   +6 ms] > Task :connectivity:bundleLibCompileDebug UP-TO-DATE
[  +84 ms] > Task :firebase_core:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_core_web:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :firebase_core_web:javaPreCompileDebug UP-TO-DATE
[        ] > Task :firebase_core_web:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :firebase_core_web:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :firebase_core:javaPreCompileDebug UP-TO-DATE
[        ] > Task :firebase_core:compileDebugJavaWithJavac UP-TO-DATE
[        ] > Task :firebase_core:bundleLibCompileDebug UP-TO-DATE
[        ] > Task :firebase_messaging:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE
[        ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE
[+1594 ms] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac
[   +2 ms] warning: [options] source value 7 is obsolete and will be removed in a future release
[   +2 ms] warning: [options] target value 7 is obsolete and will be removed in a future release
[        ] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[        ] 3 warnings
[  +93 ms] > Task :firebase_messaging:javaPreCompileDebug FAILED
[  +99 ms] > Task :flutter_plugin_android_lifecycle:bundleLibCompileDebug
[ +104 ms] FAILURE: Build failed with an exception.
[   +1 ms] * What went wrong:
[   +1 ms] Execution failed for task ':firebase_messaging:javaPreCompileDebug'.
[   +2 ms] > Could not resolve all files for configuration ':firebase_messaging:debugCompileClasspath'.
[   +1 ms]    > Could not find localbroadcastmanager.jar (androidx.localbroadcastmanager:localbroadcastmanager:1.0.0).
[   +3 ms]      Searched in the following locations:
[        ]          https://dl.google.com/dl/android/maven2/androidx/localbroadcastmanager/localbroadcastmanager/1.0.0/localbroadcastmanager-1.0.0.jar
[        ] * Try:
[  +25 ms] Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[  +24 ms] * Get more help at https://help.gradle.org
[   +2 ms] BUILD FAILED in 32s
[   +7 ms] 188 actionable tasks: 6 executed, 182 up-to-date
[ +530 ms] Running Gradle task 'assembleDebug'... (completed in 33.5s)
[   +3 ms] The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility.
[   +5 ms] Building plugin connectivity...
[   +5 ms] Running Gradle task 'assembleAarRelease'...
[        ] gradle.properties already sets `android.enableR8`
[   +3 ms] Using gradle from C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\connectivity-0.4.8+2\\android\gradlew.bat.
[        ] executing: [C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\connectivity-0.4.8+2\\android\]
C:\\flutter\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\connectivity-0.4.8+2\\android\gradlew.bat
-I=C:\flutter\flutter\packages\flutter_tools\gradle\aar_init_script.gradle -Pflutter-root=C:\flutter\flutter -Poutput-dir=K:\programming_project\git\zooril\build\app
-Pis-plugin=true -Ptarget-platform=android-arm,android-arm64,android-x64 assembleAarRelease
[+11348 ms] Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details


                     FAILURE: Build failed with an exception.

                     * What went wrong:
                     A problem occurred configuring root project 'connectivity'.
                     > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

                     * Try:
                     Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

                     * Get more help at https://help.gradle.org

                     BUILD FAILED in 10s
[   +6 ms] Running Gradle task 'assembleAarRelease'... (completed in 11.4s)
[   +1 ms] Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
           
[        ] 
           FAILURE: Build failed with an exception.
           
           * What went wrong:
           A problem occurred configuring root project 'connectivity'.
           > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
           
           * Try:
           Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
           
           * Get more help at https://help.gradle.org
           
           BUILD FAILED in 10s
           
[  +11 ms] "flutter run" took 46,679ms.
The plugin connectivity could not be built due to the issue above.

@gondar00
Copy link

gondar00 commented Apr 3, 2020

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

@shojaeddin
Copy link
Author

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

@shojaeddin
Copy link
Author

also android in official site alerts

image

@google-oss-bot
Copy link

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!

@google-oss-bot google-oss-bot added the Stale Issue with no recent activity label Jul 30, 2020
@google-oss-bot
Copy link

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.

@firebase firebase locked and limited conversation to collaborators Sep 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. closed-by-bot plugin: messaging Stale Issue with no recent activity
Projects
None yet
Development

No branches or pull requests

5 participants