| author | Nikita Kozlov <nikita@beem-project.com> | 
| Sat, 16 Jan 2010 17:58:32 +0100 | |
| changeset 639 | af35b5109f17 | 
| 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  |