To build and run this Android app project in Android Studio on your local machine, follow these steps:
-
Clone this repository using Android Studio:
- Open Android Studio.
- Click on "File" in the top menu.
- Select "New" and then "Project from Version Control."
- Choose "Git" and enter the repository URL:
https://github.com/tushant-akar/AlumniConnect
. - Click "Clone" to download the project.
-
Open the Project:
- After cloning, Android Studio will automatically detect and open the project.
-
Configure Dependencies:
- Ensure that you have the required dependencies and SDK versions installed as specified in the project's
build.gradle
files.
- Ensure that you have the required dependencies and SDK versions installed as specified in the project's
-
Build and Run the App:
- Once the project is opened in Android Studio, click the "Run" button (usually a green triangle) in the top toolbar.
- Select your target device (emulator or physical device) and click "OK."
-
Wait for the app to build and launch on your selected device.
That's it! You should now have the app running in Android Studio on your PC.