This is a android client for audit desktop
These instructions will get you a copy of the project up and running on your Android device. See deployment for notes on how to deploy the project on a live system.
You need to have Android 7.1+ to install it in your own device. Also you will need this software installed in your computer if you want to build it by yourself:
Android studio (optional)
Android SDKManager
Adb (optional)
Gradle
You can download apk from here or compile it by yourself. Next install it in your device.
Clone this repository on a folder in your computer:
https://github.com/alvarogf97/Client_Audit
Open the project cloned previously with android studio and follow these steps:
- Click the dropdown menu in the toolbar at the top
- Select "Edit Configurations"
- Click the "+"
- Select "Gradle"
- Choose your module as Gradle project
- In Tasks: enter assemble
- Press Run
Your unsigned apk is now located in ProjectName\app\build\outputs\apk
Go to folder that contains cloned project and run:
gradle assemble
- Álvaro García
See also the desktop audit application to use with this client.
This project is licensed under the MIT License - see the LICENSE.md file for details.