[SOLVED]Images not showing on Mobile, works on Simulator

Hi All,

I am using a template for the Top Down Shooter in order to create a game. I have modified the graphics images from the original template. Whilst testing of a simulator, the game plays nicely, however on 2 devices the game fails to show 2 display groups. An explanation of the code follows:

There are 4 display groups, main, first, player and enemy. The main and first groups show up fine. The player group consists of the player sprite, and the enemy contains the enemies. The last 2 groups do not show on the real devices.

Are there any limitations due to image sizes? How can I best troubleshoot this?

Fixed it! It was an error in the filename. Manually debugged the game running on the Android device.

Fixed it! It was an error in the filename. Manually debugged the game running on the Android device.