摘要: 接入步骤如下: 接入步骤 1.aar文件拷贝至app下libs文件夹内 2.在app下的build.gradle中添加(最外层) repositories { flatDir { dirs 'libs' } } 并且在dependencies中 添加 compile(name: 'exoplayer 阅读全文
posted @ 2023-07-24 16:55 Liosen 阅读(101) 评论(0) 推荐(0)