<AndroidFragmentApplication error with libgdx 1.12...
# stackoverflow
r
AndroidFragmentApplication error with libgdx 1.12.1 I would like to use libGDX with in a fragment (AndroidFragmentApplication). I am using libgdx version 1.12.1 and I have this error : java.lang.UnsatisfiedLinkError: No implementation found for java.nio.ByteBuffer com.badlogic.gdx.utils.BufferUtils.newDisposableByteBuffer(int) When I am implementing the same code in my class ApplicationAdapter() from an AndroidApplication() I don't have any problems... For more details, I am implementing a FlappyBird game : (<a...