author | Frederic Barthelery <da_risk@beem-project.com> |
Fri, 13 Nov 2015 17:50:23 +0100 | |
changeset 1071 | 029597e0ca0c |
parent 1045 | e5a970600066 |
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. |
0 | 11 |
|
1045
e5a970600066
Update install instructions
Da Risk <da_risk@beem-project.com>
parents:
778
diff
changeset
|
12 |
2. Compile and install |
e5a970600066
Update install instructions
Da Risk <da_risk@beem-project.com>
parents:
778
diff
changeset
|
13 |
Use gradle to compile and install the application on the Android device |
e5a970600066
Update install instructions
Da Risk <da_risk@beem-project.com>
parents:
778
diff
changeset
|
14 |
> ./gradlew build installDebug |
0 | 15 |
|
676 | 16 |
The development version use a private certificate to sign the package. You will need to uninstall it before installing or upgrading a version of BEEM from the Android market. |
17 |