Doikki / DKVideoPlayer

Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕,视频水印,视频滤镜
Apache License 2.0
5.04k stars 1.04k forks source link

class bug #816

Open xiaohu-min opened 1 year ago

xiaohu-min commented 1 year ago

com.google.android.exoplayer2.TracksInfo;

When I use the following dependency packages at the same time, there is a dependency conflict that causes a class to be lost implementation 'xyz.doikki.android.dkplayer:dkplayer-java:3.3.7' implementation 'xyz.doikki.android.dkplayer:dkplayer-ui:3.3.7' implementation 'xyz.doikki.android.dkplayer:player-exo:3.3.7' implementation 'xyz.doikki.android.dkplayer:player-ijk:3.3.7' implementation 'xyz.doikki.android.dkplayer:videocache:3.3.7' implementation "com.google.android.exoplayer:exoplayer:2.18.3" implementation "com.google.android.exoplayer:extension-mediasession:2.18.2" The missing classes include com.google.android.exoplayer2.TracksInfo;