libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 48 forks source link

LibGdx video work on Desktop, but not work on Android #94

Open pnmtriet opened 5 months ago

pnmtriet commented 5 months ago

I use Libgdx 1.10 In build.gradle Project Desktop, in dependencies implementation "com.badlogicgames.gdx-video:gdx-video-lwjgl:1.3.2-SNAPSHOT" Project Android, in dependencies implementation "com.badlogicgames.gdx-video:gdx-video-android:1.3.2-SNAPSHOT"

When I run on Desktop, it's ok. But, when I run on Android, it throws error:

com.badlogic.gdx.utils.reflect.ReflectionException: Class not found: com.badlogic.gdx.video.VideoPlayerAndroid