CarGuo / GSYVideoPlayer

视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,16k page size,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
https://juejin.cn/user/817692379985752/posts
Apache License 2.0
20.33k stars 4.21k forks source link

从v9.0.0升级到v10.0.0后编译失败 #4054

Closed hust-twj closed 2 weeks ago

hust-twj commented 2 weeks ago

(!!!!请务必务必按照issue模板,修改 后提交问题!!!!,不按模板提Isuue删除处理)

(ps 首页问题集锦和demo请先了解一下!)

⚠️提问前建议先看看: https://mp.weixin.qq.com/s/HjSdmAsHuvixCH_EWdvk3Q

问题描述:

从 v9.0.0-release-jitpack 升级到 v10.0.0 后,工程编译失败。问题截图: image

GSY依赖版本

例如 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v10.0.0

CarGuo commented 2 weeks ago

如图

image

implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0'

//是否需要ExoPlayer模式 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0'

//是否需要AliPlayer模式 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'

//根据你的需求ijk模式的so implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.0.0'

hust-twj commented 2 weeks ago

如图 image

implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0'

// 是否需要 ExoPlayer 模式 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0'

// 是否需要 AliPlayer 模式 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v10.0.0'

// 根据你的需求 ijk 模式的 so implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v10.0.0' implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v10.0.0'

@CarGuo 没错呀,我就是 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v10.0.0 ,哪儿有问题呢

CarGuo commented 2 weeks ago

implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0

implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v10.0.0

你看下有什么不同?

hust-twj commented 2 weeks ago

implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0

implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v10.0.0

你看下有什么不同?

感谢。我还以为只改变了版本号,大小写也变了。。