Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 568 Bytes

EXOPlayer视频播放器

1.gradle

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
        maven { url 'https://maven.google.com' }
    }
}

Step 2. Add the dependency

dependencies {
    compile 'com.github.xieguangwei:MyCustomExoPlayer:1.4'
}

感兴趣的可以下载demo看下,同款的基于MediaPlayer封装的播放器>>>