Trying to test on the Android emulator with Titanium Studio is making me want to jump out the window. Does anybody have any tricks to making it actually work?
I find myself constantly having to reboot titanium, shut down the emulator, remove the app from the emulator, do a full clean and everything else. I never quite know for sure if I'm looking at current code or not, I get tricked into seeing old code sometimes as if the previous build is stuck on the emulator?
The iPhone emulator is so smooth, even does live refreshing as code changes are made. The Android experience is horrid. I've literally wasted 4 hours today just trying to make a few tiny updates on an app. So frustrating! There has to be some trick to it, please help!?
1 Answer
The trick to the emulator is to not use the emulator.
If you can, build to a device. Compile time is the same, push to the device is the same as to the emulator, and it just plain works.
If thats not possible, use snapshots. Should save you a few restarts.
Your Answer
Think you can help? Login to answer this question!