Search code examples
androiddeprecatedexoplayer

SimpleExoPlayer is deprecated in 2.16. version of ExoPlayer. What to use now?


SimpleExoPlayer is deprecated in 2.16 version of ExoPlayer. What to use now?


Solution

  • Github release notes for 2.16.0 version -> https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md

    Deprecate SimpleExoPlayer. All functionality has been moved to ExoPlayer instead. ExoPlayer.Builder can be used instead of SimpleExoPlayer.Builder.