Skip to content

User set up guideline

Marwa Selwaye edited this page May 24, 2022 · 15 revisions

User set up guideline

To be able to run the application and operate in a virtual environment you need SMCE and Android Studio. So to get started you need to :

Download

Install

To install, you need to follow these guidelines based on your operating system:

Install dependencies

To download the project, you need to follow this guideline or follow these steps:

Step 1

Go to our group 12 repository

Choice 1: Download the zip file and unzip

zip file

Choice 2: Clone the repository

Clone repository

Then, go to "Get from VCS" in android welcome screen

git clone

press clone and add URL copied previously

Url

Get started with Android studio

Make sure you have SDK 11 installed. If not please follow this SDK 11 installation guide

After completing all previous steps, open android studio and press on "Open project", find the file location(If cloned -> GitHub file) and navigated to group12/carEshipApp then "Open" then press on "Sync Project with Gradle Files"

Sync Gradle files

Add virtual device

  • Click on Tools > Device Manager from android studio main menu bar or click on the device icon on android studio

Create device

  • Click on create device

choose device

  • Select Phone.
    Note: The operating device used through out the development of the app is Pixel_3a_API_32
  • Next, select a system image
  • click Finish
  • Lastly, Run the app using the created emulator

Get started with SMCE

Clone this wiki locally