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
I can not build/run the app on Android Studio LadyBug, using Gradle 8.6 that shows the following exception:
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
error: warnings found and -Werror specified
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':video_player_android:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
There is a similar issue reported for video_player which I think is the main cause of this exception too.
I get this exception just by adding the flick_viideo_player 0.8.0 into the pubspec file without any usage.
The text was updated successfully, but these errors were encountered:
I can not build/run the app on Android Studio LadyBug, using Gradle 8.6 that shows the following exception:
There is a similar issue reported for
video_player
which I think is the main cause of this exception too.I get this exception just by adding the flick_viideo_player 0.8.0 into the pubspec file without any usage.
The text was updated successfully, but these errors were encountered: