author | nikita@nikita-laptop |
Tue, 29 Dec 2009 20:54:31 +0100 | |
changeset 615 | 9c141bd7f918 |
parent 366 | 76bfb3e8e129 |
child 676 | ed7f90128426 |
permissions | -rw-r--r-- |
0 | 1 |
Howto Install Beem ? |
2 |
||
3 |
1. Dependencies |
|
366
76bfb3e8e129
Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents:
34
diff
changeset
|
4 |
First you will need the Android SDK-1.5. |
0 | 5 |
|
366
76bfb3e8e129
Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents:
34
diff
changeset
|
6 |
2. Android project |
0 | 7 |
Use the script provides by the SDK to set the Android platform directory. |
366
76bfb3e8e129
Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents:
34
diff
changeset
|
8 |
> $SDK_DIR/tools/android update project -t 2 -p $BEEM_DIRECTORY |
0 | 9 |
|
10 |
3. Compile and install |
|
11 |
Use ant to compile and install the application on the Android emulator |
|
12 |
> ant install |
|
13 |