Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhossamdev committed Apr 3, 2022
2 parents 593dbda + fb74043 commit 7ab5829
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
DR Smart Android App
=============================


## Building the Dr Smart Android App

First, clone the repo:

`git clone [email protected]:DrSmartGDSC/DrSmart-Android.git`

### Android Studio

* Open Android Studio and select `File->Open...` or from the Android Launcher select `Import project (Eclipse ADT, Gradle, etc.)` and navigate to the root directory of your project.
* Select the directory or drill in and select the file `build.gradle` in the cloned repo.
* Click 'OK' to open the the project in Android Studio.
* A Gradle sync should start, but you can force a sync and build the 'app' module as needed.

## Running the DR Smart Android App

Connect an Android device to your development machine.

### Android Studio

* Select `Run -> Run 'app'` (or `Debug 'app'`) from the menu bar
* Select the device you wish to run the app on and click 'OK'

## Using DR Smart Android App

Please watch the demo video : https://youtu.be/KrM5eEaAhuk

0 comments on commit 7ab5829

Please sign in to comment.