This is a simple bundle containing the most basic commands to aid in developing Android apps via TextMate.
Requires the Android SDK and Apache Ant.
Run the following shell commands:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/geoffb/android-tmbundle.git Android.tmbundle
Make sure that your $PATH
environment variable contains the locations of the Android SDK and Apache Ant.
See developing with Android in other IDEs for more information.
Hotkey: Alt-Command-A
Build: Builds the project using Apache Ant.
Build & Install: Builds the project using Apache Ant and installs the resulting %-debug.apk files on a currently running Android emulator using adb. Focuses the Android emulator once installs are complete.
Start Emulator: Pretty self explanatory. This command starts the Android emulator. Do this before issuing install commands.
- Create command for Activity Creator
- Skip install if errors occurred in build
- Launch emulator from build & install script
Shoot me (Geoff) an email at [email protected] with any feedback.