Build fails after flutter packages pub get --verbose with no error shown #3049
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe build should be marked as successful when Actual resultsThe build is marked as failed immediately after Build id (optional)67ea412bb6548ee435e15525 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @AlexandreMaillot Gradle wrapper properties are expected to be in UTF-8, please check it in |
Beta Was this translation helpful? Give feedback.
-
Hello @AlexandreMaillot, |
Beta Was this translation helpful? Give feedback.
Hi @AlexandreMaillot Gradle wrapper properties are expected to be in UTF-8, please check it in
android/gradle/wrapper/gradle-wrapper.properties
if it is a valid UTF-8 encoded file and doesn't contain any invalid byte sequences.