https://github.com/avikumar15/automate
https://github.com/avikumar15/automate
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/avikumar15/automate
- Owner: avikumar15
- Created: 2020-02-07T17:08:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T01:41:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T20:51:40.913Z (over 1 year ago)
- Language: Java
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AutoMate
App code for an E-Rickshaw tracker system.
### Prerequisites
- Install latest version of Java
Visit [here](https://www.oracle.com/java/technologies/downloads/) and locate the version of java which matches your need.
- Install Android SDK
Follow one of the following methodology to set up your system for building android projects.
1. Installing manually
Install the commandline tools from [here](https://developer.android.com/studio/index.html#command-tools) and sdkmanager from [here](https://developer.android.com/studio/command-line/sdkmanager).
2. Install Android Studio
Download android studio from [here](https://developer.android.com/studio) and unpack .zip file and execute `studio.sh` and complete the installation steps. Check [here](https://developer.android.com/studio/install) if you are stuck anywhere.
- Install Emulator or Have a physical Android device for testing applications
### Project Installation
- Fork the repository
- Clone the repository:
```
git clone
```
- Add upstream remote to this repository
```
git remote add upstream
```
- Check if gradle builds
```
./gradlew
```
### Running the Project
- Connect your physical device using USB or launch AVD device using
```
cd $ANDROID_SDK/tools/emulator
./emulator -list-avds
./emulator -avd
```
- Install Apks
```
* cd to respective project root folder *
./gradlew
./gradlew installDebug
```
- Run App
Navigate to the phone menu and launch app for testing
Alternatively, you could also use the studio to run app.