reference_deployment_android - NibiruOS/mobile GitHub Wiki
Android deployment
Deploying as native Android application is quite simple. You must just create an Android application linked with Nibiru Mobile dependencies. You can even configure Maven in order to creating the Eclipse project configuration for Android (such as it is done on the example project).
The only issue is that Android Eclipse plugin requires linked libraries to be exported (otherwise, they aren't included when generating APK). In order to fix this, select the project -> Properties -> Java Build Path -> Order and Export and check all the dependencies.