简体中文
名称 |
---|
uni-video-release.aar |
ijkplayer.aar |
videoplayer.aar |
将本地依赖库复制到app项目的libs下。
名称 |
---|
com.github.bumptech.glide:glide:4.9.0 |
androidx.annotation:annotation:1.1.0 |
androidx.core:core:1.1.0 |
将线上依赖库添加到app项目的build.gradle下。
将以下内容添加到主模块的build.gradle,详见根据configjson配置应用。
defaultConfig {
buildConfigField "String", "UTSRegisterComponents", "\"[{\\\"name\\\":\\\"video\\\",\\\"class\\\":\\\"uts.sdk.modules.DCloudUniVideo.VideoComponent\\\"}]\""
}