Hi guys, any idea of any fix to this issue? I'm having trouble showing the icons on the tab, and also adding absolute and relative path doesn't either fix the issue.
I also tried running the kitchen sink sample and same thing happens. Icons won't show up. Any idea guys?
I'm using Android 2.2 running on windows 7 and Latest Titanium Studio.
Any help is very much appreciated.
- Mark
5 Answers
Accepted Answer
Turn off fast dev in tiapp.xml, run it again and they will show. I found fastdev images dont pick up if they are new or changed, or in the tabs. So I turn fastdev off when working on new image things, and before deploying to my test unit.
Post some code
Try to use Ti SDK 1.7.1 - it makes the paths consistent on both platforms. The paths are relative to the Resources folder, and on the device the filenames( and folders ) are case sensitive.
You can check it out here. i hope it help you
I'm on 1.7.1 and am running into the same issue i.e. when I reference a different image file, in the same path as the default image, for the tab icon it doesn't show. The default image file referenced by the Ti starter code works.
Your Answer
Think you can help? Login to answer this question!