-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |