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

SeanPONeil/MGoBlog

Repository files navigation

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

About

MGoBlog for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages