2
0

Explain what is necessary to build the Android app.

This commit is contained in:
Maarten Billemont 2015-04-18 14:59:11 -04:00
parent 950c68437a
commit 7d5b7e53d4
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
To build this module, please ensure you've done the following setup:
1. Installed the Android SDK and fully downloaded the Android SDK platform 21 in it.
2. Set the environment variable ANDROID_HOME in your shell or in ~/.mavenrc to point to the root of your Android SDK install.
3. Installed the Android SDK into your Maven's local repository.
3a. Clone the maven-android-sdk-deployer available from here: https://github.com/mosabua/maven-android-sdk-deployer.git
3b. In the root of this project, run: mvn install -P 5.0

View File

@ -119,7 +119,7 @@
</dependency>
<!-- clone https://github.com/mosabua/maven-android-sdk-deployer.git
run mvn install -P 4.4 -->
run mvn install -P 5.1 -->
<dependency>
<groupId>android</groupId>
<artifactId>android</artifactId>