在build.gradle 中 dependencies 下导入
implementation 'cn.jzvd:jiaozivideoplayer:6.2.9'
xml中布局控件
<cn.jzvd.JZVideoPlayerStandard
android:id="@+id/video_player"
android:layout_width="match_parent"
android:layout_height="300dp"
tools:ignore="MissingConstraints" />
使用加载网络视频
videoPlayer.setUp("url",JZVideoPlayerStandard.SREEN_WINDOW_NORMAL)//第二个参数为展示模式
videoPlayer.thumbImagView.setImageResource()//默认显示图片