My app downloads info from online as well as an accompanying image and displays both. It works perfectly fine on the player; it shows both; however, when I build it in Eclipse and install it onto my device, it loads up. I type in the url info, it downloads the initial info and displays it and then it crashes after trying to display the image. When I removed the image from the url, it displayed the info fine as well as the replacement text for the image.
What's different between the player and the builds that causes it to crash?
Comments
|D|image.png: Image format is not supported.
stack traceback:
main.lua:22: in function
And this on OSX 10.8.5
www redirect to wihtout www.
if you use url directly http://giderosmobile.com/giderosmobile.png
it works
fixing example now.
application:configureFrustum(90,10000)