2
0
MasterPassword/platform-android
2017-09-22 19:03:50 -04:00
..
libs Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
src/main Deep Java refactoring to match the C API logic and clean up some OO oddities. 2017-09-22 19:03:50 -04:00
build.gradle Apply 'Lhunath' code inspection fixes and improvements. 2017-04-04 20:39:18 -04:00
masterpassword.keystore Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
pom.xml Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
proguard.cfg Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
README Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00

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

To build this module:

1. Build the parent, by going into 'MasterPassword/Java' and running: mvn clean install
2. Build this module, by going into 'MasterPassword/Java/masterpassword-android' and running: mvn clean install
3. You can then find the APK in: 'MasterPassword/Java/masterpassword-android/target'