外部播放器 jar 文件
Exoplayer jar file
我正在尝试将 exoplayer 库导入我的项目,但遇到很多错误,所以我决定将 exoplayer 添加为 jar 文件,但问题是我无法在互联网上找到它进行下载。
根据 ExoPlayer Github repository, you must download the repository and build a jar manually. Full instructions can be found at the Google Media Framework ad sample.
但是,如果您使用的是 Gradle 和 Android Studio,则根本不需要下载 jar,而是使用 jcenter dependency:
compile 'com.google.android.exoplayer:exoplayer:r1.4.1'
我正在尝试将 exoplayer 库导入我的项目,但遇到很多错误,所以我决定将 exoplayer 添加为 jar 文件,但问题是我无法在互联网上找到它进行下载。
根据 ExoPlayer Github repository, you must download the repository and build a jar manually. Full instructions can be found at the Google Media Framework ad sample.
但是,如果您使用的是 Gradle 和 Android Studio,则根本不需要下载 jar,而是使用 jcenter dependency:
compile 'com.google.android.exoplayer:exoplayer:r1.4.1'