Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.83 KB

File metadata and controls

49 lines (33 loc) · 1.83 KB

Global Gamers Challenge - Flutter App

This repository contains a Flutter app integrated with a Unity game. Follow the instructions below to set up and run the app on an Android emulator.

Prerequisites

  • Android Studio
  • Flutter SDK
  • Java Development Kit (JDK)
  • Android SDK and NDK

Installation

Step 1: Install Android Studio

  1. Download and install Android Studio from the official website.
  2. During the installation, make sure to install the Android SDK and Android Virtual Device (AVD) components.

Step 2: Set Up the Android Emulator

  1. Open Android Studio and navigate to Tools > AVD Manager.
  2. Click on Create Virtual Device.
  3. Choose a device definition and click Next.
  4. Select a system image (preferably with Google APIs) and click Next.
  5. Configure the emulator settings as needed and click Finish.

Step 3: Install Flutter SDK

  1. Download the Flutter SDK from the official website.
  2. Extract the ZIP file to a desired location.
  3. Add the Flutter SDK's bin directory to your system's PATH environment variable.

Step 4: Set Up the Flutter Project

  1. Clone this repository to your local machine.
  2. Navigate to the project directory in your terminal or command prompt.
  3. Run flutter pub get to install the necessary dependencies.

Step 5: Run the App on the Android Emulator

  1. Make sure the Android emulator is running.
  2. In the project directory, run flutter devices to ensure the emulator is detected.
  3. Run flutter run to build and run the app on the emulator.

Usage

  • Once the app is running on the emulator, you can interact with both the App.
  • Use the provided buttons and interfaces to navigate and interact with the game.