android - Libgdx Reading External Resources -


in desktop application can load texture this

texture texture = new texture(gdx.files.absolute("c:/picture.png")); 

how can in android?

external relative sd card. this:

texture texture = new texture(gdx.files.external("picture.png")); 

will in root of sd card.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -