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

Playing in Android 10 #196

Closed algavania closed 4 years ago

algavania commented 4 years ago

The player works fine when I use it in Android 10 below, but when I use the player in Android 10 device, it keeps say that "something error". Is there any way to fix it? Any suggestion will be appreciated, thanks!

Edit: I solved it by adding android:requestLegacyExternalStorage="true" in the manifest, inside of the application tag!