Skip to content Skip to sidebar Skip to footer

Fatal Exception: Glthread 84: Filenotfoundexception Android Logcat Errors

My game runs correctly when I test the desktop version, but when I launch an android emulator and and try to run the game on the emulator the game closes and I get the logcat error

Solution 1:

your use.

texture = new Texture (Gdx.files.internal("YourPath/YourFile.png"));

other hand, emulators use virtual disk "to know where they keep things :)" no seriously maybe the error comes from there.

Edit: in your package explorer

asssets-->yourfile.png

or

assets-->yourFolder-->yourfile.png

NEW: Your mistake is that in the draft you have android as nombre.png is a windows shortcut to the photo and delete them photo copy, if you do be sure to press the dragging I think windows control was also to copy

Post a Comment for "Fatal Exception: Glthread 84: Filenotfoundexception Android Logcat Errors"