public
Description: Android TextMate Bundle
Homepage:
Clone URL: git://github.com/geoffb/android-tmbundle.git
name age message
directory Commands/ Fri Mar 20 03:14:32 -0700 2009 Updated hotkeys and bundle contact info based o... [geoffb]
file README.textile Fri Mar 20 03:14:32 -0700 2009 Updated hotkeys and bundle contact info based o... [geoffb]
directory Support/ Sun Mar 15 21:40:42 -0700 2009 More script cleanup [geoffb]
file info.plist Fri Mar 20 14:25:35 -0700 2009 Fixed error in info.plist which was causing TM ... [geoffb]
README.textile

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.