Update How to Run authored by Shantanu Mishra (shm572)'s avatar Shantanu Mishra (shm572)
......@@ -5,7 +5,7 @@
For all methods:
* Download app APK from [APK folder](https://git.cs.usask.ca/test_alpha/project_1/tree/develop/APK)
**Running APK over own Android Phone using Google play store**
**Method 1: Running APK over own Android Phone using Google play store**
1. How to install the application using the play store
* Copy the following link in the browser available in phone https://play.google.com/store/apps/details?id=com.zizzle.cmpt370
* at the very bottom of the screen you will get an option "Open in Play Store APP"
......@@ -13,10 +13,10 @@ For all methods:
* Once play store opens with the Gameplan app, Click on "Install"
2. Once the application is installed you can launch it using the launch button or You will get a "GamePlan" application logo on the Nox main and applications screen, Click on that to run the app
***Running APK from Android Studio:***
***Method 2: Running APK from Android Studio:***
* For these methods, you need Android Studio installed with our source code (pull master branch from the repository)
***Method 1: Using your own Android Phone***
***procedure 1: Using your own Android Phone***
1. You will need an Android phone and a USB cable
2. Enable USB debugging on your Android phone
* On your phone, go to settings -> about phone
......@@ -27,7 +27,7 @@ For all methods:
4. To run the app, click "Run" from the bar menu at the top of Android Studio.
5. You will have to select a "deployment target" which will be your phone.
***Method 2: Using Android Studio emulator***
***procedure 2: Using Android Studio emulator***
1. First, you need to install the Android Emulator. Select "Android Emulator" component in the SDK Tools tab of the SDK manager
* To open SDK manager, click Tools -> SDK Manager
* Select the Android Emulator option to install/update it.
......@@ -41,7 +41,7 @@ For all methods:
4. Press "Run" which will load the emulator and start the app (might take a few minutes initially)
***Nox (Android Emulator for PC) using APK from Google Plays store***
***Method 3: Nox (Android Emulator for PC) using APK from Google Plays store***
1. Download [Nox](https://www.bignox.com/en/download/fullPackage) using any browser
2. Install Nox using the downloaded exe file
3. Open Nox application
......@@ -55,7 +55,7 @@ For all methods:
***Nox (Android Emulator for PC) using APK from our repository***
***Method 4: Nox (Android Emulator for PC) using APK from our repository***
1. Download [Nox](https://www.bignox.com/en/download/fullPackage) using any browser
2. Install Nox using the downloaded exe file
2. Download latest app APK from [APK folder](https://git.cs.usask.ca/test_alpha/project_1/tree/develop/APK)
......@@ -64,7 +64,7 @@ For all methods:
5. You will get a "GamePlan" application logo on the Nox main and applications screen, Click on that to run the app
***Android Online Emulator***
***Method 5: Android Online Emulator***
1. Download [Android Online Emulator](https://chrome.google.com/webstore/detail/android-online-emulator/lnhnebkkgjmlgomfkkmkoaefbknopmja) from the chrome store
2. Download latest app APK from [APK folder](https://git.cs.usask.ca/test_alpha/project_1/tree/develop/APK)
3. Click on the extension in the top right of chrome
......
......