AlumniConnect

To build and run this Android app project in Android Studio on your local machine, follow these steps:

  1. 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.
  2. Open the Project:

    • After cloning, Android Studio will automatically detect and open the project.
  3. Configure Dependencies:

    • Ensure that you have the required dependencies and SDK versions installed as specified in the project's build.gradle files.
  4. 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."
  5. 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.