Reputation: 330
FAILURE: Build failed with an exception.
File '/User/build/url_launcher_android/intermediates/annotations_typedef_file/release/typedefs.txt' specified for property 'typedefRecipe' does not exist.
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
Upvotes: 2
Views: 798
Reputation: 330
I solved this issue by deleting the .gradle file in the android folder in the project file.
Run flutter clean.
Restart the app from scratch.
Upvotes: 3