kodeKhalifa
kodeKhalifa

Reputation: 330

A problem was found with the configuration of task ':url_launcher_android:syncReleaseLibJars' (type 'LibraryAarJarsTask')

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.

Upvotes: 2

Views: 798

Answers (1)

kodeKhalifa
kodeKhalifa

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

Related Questions