Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ilri/ngombeplanner-android

This application is part of the Ng'ombe Planner Suit of Applications and Server Backend. The application is built as an Android Studios project
https://github.com/ilri/ngombeplanner-android

Last synced: about 2 months ago
JSON representation

This application is part of the Ng'ombe Planner Suit of Applications and Server Backend. The application is built as an Android Studios project

Awesome Lists containing this project

README

        

Ng'ombe Planner Android App
==========================
This application is part of the Ng'ombe Planner Suit of Applications and Server Backend.
The application is built as an Android Studios project

Building the project
--------------------
1. Create the local.properties file in the project's root directory and specify Android SDK location there like this
sdk.dir=/android/SDK/location

2. Run the following command(s) in the project's root directory to build the project
./gradlew build

3. You can also import the Project as a local Android Studios project on your machine

Handling Android Studio's chmod Issues
---------------------------------------

Recent versions (0.8.9 specifically) arbitrary change file permissions in project. Workaround is to ignore permission changes

git config core.fileMode false