| author | Da Risk <darisk972@gmail.com> |
| Sun, 02 Jan 2011 19:25:34 +0100 | |
| changeset 848 | 0d604b75d5ae |
| parent 778 | bf607b6d3687 |
| permissions | -rw-r--r-- |
| 676 | 1 |
Android Market |
2 |
-------------- |
|
3 |
||
4 |
First of all, BEEM is available on the Android market. Just search for 'BEEM'. |
|
5 |
||
6 |
Development version |
|
7 |
------------------- |
|
| 0 | 8 |
|
9 |
1. Dependencies |
|
|
778
bf607b6d3687
Add default target for Android-2.1
Da Risk <darisk972@gmail.com>
parents:
676
diff
changeset
|
10 |
First you will need the latest Android SDK. You can download it at http://d.android.com. Beem is usually built with Android SDK 2.1 or superior. |
| 676 | 11 |
You will also need the Apache Ant tool to build the project. You can get it at http://ant.apache.org |
| 0 | 12 |
|
|
366
76bfb3e8e129
Modification des infos d'install
Da Risk <darisk972@gmail.com>
parents:
34
diff
changeset
|
13 |
2. Android project |
| 676 | 14 |
Use the android program provides by the SDK to set the Android platform directory. |
|
778
bf607b6d3687
Add default target for Android-2.1
Da Risk <darisk972@gmail.com> |