tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

有个问题 sdk:minSdkVersion 不改为21行不行 #80

Open Lyang166 opened 6 years ago

Lyang166 commented 6 years ago
uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [com.github.tcking:ijkplayer-arm64:0.8.8-full] E:\ANDROID\xxx\app\build\intermediates\exploded-aar\com.github.tcking\ijkplayer-arm64\0.8.8-full\AndroidManifest.xml
tcking commented 6 years ago

这个应该是可以改的,可以直接把so文件解压出来,放到你的jni目录先绕过这个问题