Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.68 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.68 KB

FixItNow! Android Studio Project

This repository contains the source code for the "FixItNow!" Android Studio project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Android Studio

Installation

  1. Clone this repository to your local machine using git clone https://github.com/yourusername/your-repository-name.git
  2. Open Android Studio.
  3. Click on 'File' -> 'New' -> 'Import Project'.
  4. Navigate to the directory where you cloned the repository, select the "App-maint" folder, and click 'OK'.
  5. Android Studio will import the project and build it automatically.

Android App

  1. In an Android phone, use this link: https://drive.google.com/drive/folders/1naYpaSMDk2LM4ekRm5bAH-_m0ZYCQZVS?usp=drive_link
  2. Download the App: Once you open the link, you will see a list of files. Look for the APK file, which is the Android application package file that you need to install the app. Click on the file to download it.
  3. Install the App: After the APK file is downloaded, open it to start the installation process. You might need to allow your device to install apps from unknown sources. Android usually prompts and redirects you to the security settings page. If it does not, manually go to your device’s security settings and enable the ‘Unknown Sources’ option.
  4. Open the App (Android only): Once the app is installed, you can find it in your device’s app drawer. Tap on the app icon to open it.

Running the App

After successfully importing the project into Android Studio, you can run the app by clicking on the 'Run' button (a green play icon) in the toolbar.