An open API service indexing awesome lists of open source software.

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

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
```