This repository contains the source code for the "FixItNow!" Android Studio project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Android Studio
- Clone this repository to your local machine using
git clone https://github.com/yourusername/your-repository-name.git
- Open Android Studio.
- Click on 'File' -> 'New' -> 'Import Project'.
- Navigate to the directory where you cloned the repository, select the "App-maint" folder, and click 'OK'.
- Android Studio will import the project and build it automatically.
- In an Android phone, use this link: https://drive.google.com/drive/folders/1naYpaSMDk2LM4ekRm5bAH-_m0ZYCQZVS?usp=drive_link
- 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.
- 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.
- 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.
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.