VideoView#setVideoPath方法不回调
作者:互联网
今天准备做一个视频播放的Demo,为FrameLayout包裹着VideoView,默认我把FrameLayout和VideoView都设置成了View.GONE,所以这样一直导致VideoView#setVideoPath不回调,后来查资料才发现VideoView加载资源前不能设置为不可见,所以通过设置Alpha即可
标签:setVideoPath,GONE,回调,FrameLayout,设置,VideoView 来源: https://blog.csdn.net/qq_40833790/article/details/104641756