You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't build android app in release mode and there is no specific error just The plugin firebase_dynamic_links could not be built due to the issue above. #2640
I am trying to build my android app fo release mode. I can't do so because of firebase dynamic links plugin. I get no specific error. just "The plugin firebase_dynamic_links could not be built due to the issue above." it used to work fine just a few days ago. and it still works fine in debug mode.
Additional context
the app is a complex one and I have nearly 20 other plugin's installed.
Flutter doctor
Run flutter doctor and paste the output below:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.17.1, on Microsoft Windows [Version 10.0.18363.836], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[√] Android Studio (version 3.5)
[√] Connected device (1 available)
• No issues found!