Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymasory committed Mar 10, 2012
1 parent c9196af commit aaf45f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This setup works. We use it with multiple clients.
- Install Maven 3.0.3+.
- Set the ennvironment variable `$ANDROID_HOME` to the path of your Android SDK.
- Add `$ANDROID_HOME/tools` and `$ANDROID_HOME/platform_tools` to your `$PATH`.

## Create Device ##
Choose whether you want to develop on a physical phone or an emulator.
### Physical device ###
- Just plug your device into your computer. If on Ubuntu, also see Troubleshooting section below.
### Emulator ###
- Launch the SDK Manager with `android` and install the "SDK Platform" under Android 2.2 ("Froyo"). Restart the SDK manager if prompted.
- Launch SDK Manager with `android` and create an emulator. Start the emulator.

Expand Down

0 comments on commit aaf45f1

Please sign in to comment.