Can't draw image on android phone

67 views Asked by At

I have problem about drawing an image on phone. On computer it draws correctly, but, on phone it replace itself with blackscreen.

It has been drawn with SpriteBatch:

batch.draw(peaks, 0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight()/2);

and the image is enter image description here in .png format with resolution 1920 x 6000, size 89,1 kB

0

There are 0 answers