I got the below error —
java.lang.IncompatibleClassChangeError: The method ‘void com.badlogic.gdx.graphics.Pixmap.setBlending(com.badlogic.gdx.graphics.Pixmap$Blending)’ was expected to be of type static but instead was found to be of type virtual
I have used Pixmap static method ----
Pixmap.setBlending(Pixmap.Blending.None);