uniapp安卓离线打包怎么添加VideoPlayer模块 1.在SDK/libs目录下找到这两个文件:media-release.aar、weex_videoplayer-release.aar 2.将上面两个文件复制到android studio项目中的libs目录下 3.dcloud_properties.xml需要添加如下代码 <feature name="VideoPlayer" value="io.dcloud.media.MediaFeatureImpl"/> 如下图所示: 以上就是uniapp安卓离线打包添加VideoPlayer模块的方法 赞 0 赏 分享