Skip to content

Android System Manual

ahmetnecipg edited this page Jan 7, 2022 · 2 revisions

1. System Requirements

Minimum

SDK Version/API Level Release Name Target
24 Android 7.0 API level 31(Android 12)

2. Running the App on an Emulator

1. Clone the Project

git clone https://github.com/bounswe/2021SpringGroup2.git

2. Go to the project directory and run the command:

cd 2021SpringGroup2/FindSportEvents

3. Creating and Running the Emulator

You can find detailed instructions on how to create and run an emulator on Android Studio in the below link.

https://developer.android.com/studio/run/emulator

3. Installation Instructions with APK

After doing the steps of "Running the App on an Emulator" :

  1. From the top navigation bar of Android Studio go to --> Build Bundle(s)/APK(s) --> Build APK(s)
  2. From the pop-up window appearing at the bottom right corner click "locate" to go to the folder where APK is located.
  3. From there you can obtain the APK.
Clone this wiki locally