Creating a level select Scrollview Driving me crazy

I’m trying to create a “level select” scollview something like angrybirds.

1.) I add the  3 background  Images that will be three pages of scrolling.

2.) Then I add the file images of 12 images on each page for a total of  36 images representing each level.

EVERYTHING WORKS Fine in the simulator exactly how I want it… but when I run it on the android phone it just displays one background image but none of the 36 images that would represent the levels…

I used Widget Candy scrollview & the Corona Widget Scrollview to implement this

The same thing happens with both widgets!!

what the heck am I missing something? How do I discover the problem if it  works PERFECTY in the simulator …but not on Android phone UGH!

Check the image file names. Devices are case sensitive when it comes to file names. Make sure they are exactly the same.

Wow! Thanks man! That is exactly the problem… I guess this is part of learning Corona SDK  “Trial by Fire”

When you have problems on device you should always check the device log. There is a guide for debugging on device somewhere. Look for it.

Check the image file names. Devices are case sensitive when it comes to file names. Make sure they are exactly the same.

Wow! Thanks man! That is exactly the problem… I guess this is part of learning Corona SDK  “Trial by Fire”

When you have problems on device you should always check the device log. There is a guide for debugging on device somewhere. Look for it.