I'm trying to read the bitmap pixel value in an android application. This project uses GDX framework which work with java.
I tried android.graphics.Bitmap import it doesn't exist in java then as the whole code is in the java project it's not possible.
Then I tried to use BufferedImage but it's not supported by android, also I don't know how to do.