You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在列表中显式的配置缓存,发生异常 java.lang.IllegalStateException: Another SimpleCache instance uses the folder: /storage/emulated/0/Android/data/chuangyuan.xiangjiang.yjplay/files/
#298
Open
renzhenming opened this issue
Jul 13, 2020
· 3 comments
如果在列表中使用的时候,不做这个配置,是不是就没有缓存?
userPlayer = new VideoPlayerManager.Builder(VideoPlayerManager.TYPE_PLAY_USER,playerView).create();
如果是,那么怎么在列表中使用缓存?
The text was updated successfully, but these errors were encountered:
renzhenming
changed the title
在列表中显示的配置缓存,发生异常 java.lang.IllegalStateException: Another SimpleCache instance uses the folder: /storage/emulated/0/Android/data/chuangyuan.xiangjiang.yjplay/files/
在列表中显式的配置缓存,发生异常 java.lang.IllegalStateException: Another SimpleCache instance uses the folder: /storage/emulated/0/Android/data/chuangyuan.xiangjiang.yjplay/files/
Jul 13, 2020
在列表中这样获取播放器,设置缓存,崩溃
userPlayer = new VideoPlayerManager
.Builder(VideoPlayerManager.TYPE_PLAY_USER, playerView)
.setDataSource(new OfficeDataSource(context, null))
.setTitle("视频标题")
.create();
如果在列表中使用的时候,不做这个配置,是不是就没有缓存?
userPlayer = new VideoPlayerManager.Builder(VideoPlayerManager.TYPE_PLAY_USER,playerView).create();
如果是,那么怎么在列表中使用缓存?
The text was updated successfully, but these errors were encountered: