Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pnmtriet opened this issue May 7, 2024 · 0 comments
Open

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

pnmtriet opened this issue May 7, 2024 · 0 comments

Comments

@pnmtriet
Copy link

pnmtriet commented May 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant