Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilri/ngombeplanner-android
- Owner: ilri
- Created: 2015-03-01T16:50:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T08:31:05.000Z (almost 9 years ago)
- Last Synced: 2024-03-26T01:54:02.150Z (9 months ago)
- Language: PHP
- Size: 420 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 projectBuilding 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/location2. Run the following command(s) in the project's root directory to build the project
./gradlew build3. 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