What kind of issue is this?
im.ene.toro.exoplayer.Playable imports and uses com.google.android.exoplayer2.video.VideoListener (link), which was removed in ExoPlayer 2.16.0 (see changelog)
In order for this library to work again, you need to follow this advice:
Remove SimpleExoPlayer.addVideoListener, removeVideoListener and VideoListener. Use Player.addListener and Player.Listener instead.
What kind of issue is this?
im.ene.toro.exoplayer.Playableimports and usescom.google.android.exoplayer2.video.VideoListener(link), which was removed in ExoPlayer 2.16.0 (see changelog)In order for this library to work again, you need to follow this advice: