I am making an app for the iphone and android. I already made the iphone version and submitted it to the app store. I am now in the process of modifying the UI so that it looks right on android devices.
One problem I am having is that none of my Ti.API.info() calls are displaying on the console. All the text on my console is also red and I get multiple weird warnings saying: "[WARNING] [2013-01-25 14:05:43,216] get none: path not found".
What could be the issue? Is it something caused from trying to run an app originally designed for the iphone on an android device? Or is it a configuration error? Or something else?
ANY help would be appreciated. I am having trouble debugging at this point. Thanks :)