problem with texture loading

Started by lsn198934, April 22, 2012, 03:06:44 AM

Previous topic - Next topic

lsn198934

hi guys here
fisrt thx for offering such excellent engine
i am new here
i have a problem tht when i try to load a png or bmp i got a runtime exception
i tried all kinds of methods to load it  but all png or bmp raise a exception while jpg works
i cnt figure it out

EgonOlsen

It uses the default Android methods to load images. That excludes bmp files afaik but png actually works fine. Check that your files are not saved in some strange png variant that Android can't load.