我使用精灵表动画精灵,当我在桌面上运行时它工作正常但是一旦我在移动设备上安装动画精灵显示为黑色方块。问题是什么?
使用ubuntu 16.04和android studio。
com.badlogic.gdx.graphics.g2d.TextureRegion;
animation = new Animation(FRAME_LENGTH, TextureRegion.split(new Texture("name.png"), SIZE, SIZE)[0]);
batch.draw((TextureRegion) animation.getKeyFrame(stateTime), x, y);