Exoplayer jar file

喜你入骨 提交于 2019-12-08 12:46:42

问题


I'm trying to import exoplayer library to my project but I get many errors, so I decided to add exoplayer as a jar file but the problem is I cannot find it in internet to download.


回答1:


Per the 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.

If you are using Gradle and Android Studio, however, you don't need to download the jar at all, instead using the jcenter dependency:

compile 'com.google.android.exoplayer:exoplayer:r1.4.1'


来源:https://stackoverflow.com/questions/31778796/exoplayer-jar-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!