Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http://developer.appcelerator.com/questions/The amount of time it takes to review apps is unpredictable, but can take anywhere from a week upwards. Make sure to allow time for multiple review rounds for your release, in case the app is rejected the first time.

Testing Android

To test on the Android emulator or an Android device, these are the only requirements:

  1. Install the Android SDK: http://developer.android.com/sdk/installing.html
  2. Enable USB Debugging on your device in Settings > Applications > Development...and of course you'll need a USB cable.

Fastdev

Titanium has recently released a tool called Fastdev, which streamlines testing in the Android emulator (and eventually the iOS simulator as well). http://wiki.appcelerator.org/display/guides/Fastdev+Reference+for+Android

Android Testing Tools

DDMS

...