-
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
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
Comments
Hi @DyaryRaoof |
Hi @TahaTesser . Here is the verbose output : flutter run --release --verbose
[ +3 ms] Running Gradle task 'assembleAarRelease'... (completed in 4.6s)
[ +3 ms] Running Gradle task 'assembleAarRelease'... (completed in 3.1s)
[ +3 ms] Running Gradle task 'assembleAarRelease'... (completed in 3.9s)
[ +2 ms] Running Gradle task 'assembleAarRelease'... (completed in 3.1s) #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3) Thanks |
After going through the verbose output It seems the problem was in another plugin which I managed to fix. Thank you so much and sorry for the inconvenience. I will close this issue now. Thank you again. |
Describe the bug
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:The text was updated successfully, but these errors were encountered: