Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Commands/ | Fri Mar 20 03:14:32 -0700 2009 | |
| |
README.textile | Fri Mar 20 03:14:32 -0700 2009 | |
| |
Support/ | Sun Mar 15 21:40:42 -0700 2009 | |
| |
info.plist | Fri Mar 20 14:25:35 -0700 2009 |
Android TextMate Bundle
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.
Install
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.
Usage
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.
TODOs
- Create command for Activity Creator
- Skip install if errors occurred in build
- Launch emulator from build & install script
Feedback
Shoot me (Geoff) an email at gmblair@gmail.com with any feedback.







