https://github.com/dimagi/commcare-tester-app
Android app to test CommCare case and fixture content providers
https://github.com/dimagi/commcare-tester-app
Last synced: 5 months ago
JSON representation
Android app to test CommCare case and fixture content providers
- Host: GitHub
- URL: https://github.com/dimagi/commcare-tester-app
- Owner: dimagi
- Created: 2016-03-15T08:42:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T08:35:02.000Z (over 2 years ago)
- Last Synced: 2024-05-01T11:28:06.575Z (about 2 years ago)
- Size: 179 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# commcare-tester-app
This is a standalone Android application which provides demonstrations for the API integrations that are provided by CommCare
## Building
To build the apk, which is stored in `build/outputs/apk/`:
```gradle assembleDebug```
To build & install the apk:
```gradle installDebug```
Not currently setup with key signing, so release builds aren't possible.