Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 17 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

![enter image description here](http://res.cloudinary.com/raghavp/image/upload/v1513531690/kute1_bhhvhj.png)

![enter image description here](http://res.cloudinary.com/raghavp/image/upload/v1513531691/kute2_vtvneu.png)
<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
Copy link
Collaborator

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".

> git clone https://github.com/scorelab/kute.git
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change this to a code?
git clone https://github.com/scorelab/kute.git


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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add a space after the comma.

Copy link
Collaborator

Choose a reason for hiding this comment

The 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this as follows?

  • The project should build automatically. If there were any errors, the android studio will provide you with problems and options to install the required components causing the error.


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
Copy link
Collaborator

Choose a reason for hiding this comment

The 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.