libgdx/gdx-video

java.lang.NoClassDefFoundError: com.badlogic.gdx.video.VideoPlayerAndroid

jarmstrong opened this issue · 1 comments

Hey,

I add the android jar file using compile files("libs/gdx-video-android.jar") in Gradle given it is not on Sonatype yet. I am able to use the class in Android Studio, however when I run it on the device I get the following exception at runtime.

Stacktrace: http://pastebin.com/QKZPqjEd

Any idea?

Resolved it by adding the jars to a local maven repository instead.