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.
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.