Hi guys,
i’m building an apk that on corona simulator work perfectly, but when it goes to run it on my android device it works untill i press start when the app return me this :
Thank you in advance :)
Hi guys,
i’m building an apk that on corona simulator work perfectly, but when it goes to run it on my android device it works untill i press start when the app return me this :
Thank you in advance :)
Alessandro,
The usual cause of this error is that the image path is wrong, mis-spelled, or the image does not exist. Path is case-sensitive. If the image in question is an image ponytiled provided, be sure you have that image in your app’s directory and/or sub-directory that the ponytiled code indicates.
just as an example :
it might be something like PonyTiled/UI/images/wheelImage.png
The case must match exactly.
Good luck on your app.
Bob
See the logcat on the Android device. If image isn’t found, it will show an error.
Ensure you didn’t ‘exclude’ the file in your build-settings (this happened to me) and also the image-folder is correct (e.g. system.ResourceDirectory)
Alessandro,
The usual cause of this error is that the image path is wrong, mis-spelled, or the image does not exist. Path is case-sensitive. If the image in question is an image ponytiled provided, be sure you have that image in your app’s directory and/or sub-directory that the ponytiled code indicates.
just as an example :
it might be something like PonyTiled/UI/images/wheelImage.png
The case must match exactly.
Good luck on your app.
Bob
See the logcat on the Android device. If image isn’t found, it will show an error.
Ensure you didn’t ‘exclude’ the file in your build-settings (this happened to me) and also the image-folder is correct (e.g. system.ResourceDirectory)