Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.49 KB

Build Status

MGoBlog

MGoBlog written from the ground up to be ICS friendly

Compilation

MGoBlog is built using Maven and there is a very minimal amount of setup required for compilation.

Two environment variables are required which point to your Android SDK and native Android SDK. A common place to put these is in a .bash_profile file in your home directory.

export ANDROID_HOME=/path/to/android/sdk
export ANDROID_NDK_HOME=/path/to/android/ndk

With these two environment variables loaded you can compile the project and instrumentation tests by running sh get_dependencies.sh, which will clone and install some libraries that are not in Maven Central, followed by mvn clean install. Each module's built artifact will be in its respective target/ folder.

Acknowledgements

This project uses many open source libraries, such as