GeekyAnts / flick-video-player

MIT License
262 stars 264 forks source link

Build failed on gradle 8.5+ #285

Open arashmidos opened 2 months ago

arashmidos commented 2 months ago

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.

rohitprajapatii commented 1 month ago

Hi arashmidos You're right there is already an open issue for the build failure you're facing. I think we can't do much in that case.