geoffb / android-tmbundle

Android TextMate Bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Android TextMate Bundle


Languages

Language:Shell 100.0%