-
Notifications
You must be signed in to change notification settings - Fork 73
Reformat Readme #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: c_in_refine
Are you sure you want to change the base?
Reformat Readme #140
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,59 +4,49 @@ Kute App | |
|
|
||
| **Kute** is an app that makes navigation and transportation easier and more efficient for people travelling to the same destination.People can easily navigate and identify public transport services around them without having to look through the schedules and timings.Travellers can share their location and tackle the problems of ever-changing schedules together. | ||
|
|
||
|  | ||
|
|
||
|  | ||
| <img src="http://res.cloudinary.com/raghavp/image/upload/v1513531690/kute1_bhhvhj.png" alt="screenshot 1" height="500"> <img src="http://res.cloudinary.com/raghavp/image/upload/v1513531691/kute2_vtvneu.png" alt="screenshot 2" height="500"> | ||
|
|
||
| ---------- | ||
|
|
||
|
|
||
| Installation | ||
| Installation instructions | ||
| ------------- | ||
|
|
||
| You can install and run **Kute App** easily on your android device or emulator using the following instructions | ||
|
|
||
| 1)Download the zip file from the repository at | ||
| https://github.com/scorelab/kute/tree/c_in_refine or,use the following git command to clone the file | ||
| - Download the zip file from the repository at | ||
| https://github.com/scorelab/kute/tree/c_in_refine oruse the following git command to clone the file | ||
| > git clone https://github.com/scorelab/kute.git | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we change this to a code? |
||
|
|
||
| 2)Next set up Android Studio on your device,using the following link | ||
| - Next set up Android Studio on your device,using the following link | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's add a space after the comma.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also please make sure to stop all sentences with a period. :) |
||
| https://developer.android.com/studio/install.html | ||
|
|
||
| 3)Start Android studio and download the SDK's | ||
| - Start Android studio and download the SDKs | ||
|
|
||
| 4)Set Up your emulator in Android Studio,you can do so by going to Tools>Android>AVD Manager,next you will be prompted with instructions to set up your emulator. | ||
| - Set Up your emulator in Android Studio,you can do so by going to `Tools>Android>AVD Manager`,next you will be prompted with instructions to set up your emulator. | ||
|
|
||
| 5)Go to the zip file or navigate to the directory using the "Cd" command and launch the project | ||
| - Go to the zip file or navigate to the directory using the `cd` command and launch the project | ||
|
|
||
| 6)The project will build automatically,there might be some errors but android studio will provide you with the problem and even give you an option to install the required components causing the error. | ||
| - The project will build automatically,there might be some errors but android studio will provide you with the problem and even give you an option to install the required components causing the error. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you make this as follows?
|
||
|
|
||
| 7)After this Run the app and select the emulator or your android device. | ||
| - After this Run the app and select the emulator or your android device. | ||
|
|
||
| 8)Wait for the emulator to start up and turn on,later the APK file will install automatically | ||
| - Wait for the emulator to start up and turn on,later the APK file will install automatically | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a space after the comma. |
||
|
|
||
| 9)Kute App will start up once you open the APK file you can use the following facebook credentials to log in | ||
| - Kute App will start up once you open the APK file you can use the following facebook credentials to log in | ||
|
|
||
| **Login 1** | ||
|
|
||
| Email: kute_rukdjlk_one@tfbnw.net | ||
| Email: kute_rukdjlk_one@tfbnw.net<br> | ||
| Password: kute123 | ||
|
|
||
| **Login 2** | ||
|
|
||
| Email: kute_jmzumqg_two@tfbnw.net | ||
| Email: kute_jmzumqg_two@tfbnw.net<br> | ||
| Password: kute123 | ||
|
|
||
| **That's It :)** | ||
|
|
||
| Troubleshooting | ||
| ------------- | ||
| 1)Android Manifest incorrect root - In this case restart the project and on the bottom left you will see an option to configure android framework ,do so. | ||
|
|
||
| 2)Google Maven files not installed - in this case just follow the prompt provided by android studio. | ||
|
|
||
| 3)SDK Files for emulator not installed - in this case you can try restarting the project and set up the emulator. | ||
|
|
||
|
|
||
| - Android Manifest incorrect root - In this case restart the project and on the bottom left you will see an option to configure android framework ,do so. | ||
|
|
||
| - Google Maven files not installed - in this case just follow the prompt provided by android studio. | ||
|
|
||
| - SDK Files for emulator not installed - in this case you can try restarting the project and set up the emulator. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a missing space between "or use".