https://github.com/avikumar15/appdevlab
Mobile Dev Lab codes
https://github.com/avikumar15/appdevlab
Last synced: over 1 year ago
JSON representation
Mobile Dev Lab codes
- Host: GitHub
- URL: https://github.com/avikumar15/appdevlab
- Owner: avikumar15
- Created: 2021-02-16T19:24:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T13:06:11.000Z (about 5 years ago)
- Last Synced: 2025-01-22T20:51:40.614Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 568 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppDevLab
This repository contains code of Mobile Application Development (MAD) lab.
### App Installation
1. Connect your Physical Device using USB or launch AVD device using
```
cd $ANDROID_SDK/tools/emulator
emulator -list-avds
emulator -avd
```
2. Install Apks
```
* cd to respective project root folder *
./gradlew
./gradlew installDebug
```