You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: