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/getfatday/android-tmbundle.git Android.tmbundle
Make sure that your Android project has been created or updated with the
android create project or android update project command
For more information refer to Other Tools in the Android SDK documentation.
Hotkey: Command-B
Build: Builds the project using Apache Ant.
ANDROID_SDK_PATHSet if you want to specify the Android SDK pathANDROID_ACTIVITY_NAMEThe name of the activity to launch after install
- Add command for launching DDMS
Shoot me an email at [email protected] with any feedback.