Before starting, make sure you have the following programs installed:
- Java Development Kit (JDK): Download JDK
- Gradle: Install Gradle
- Git: Install Git
- Android Studio: Download Android Studio
-
Clone the Repository Use the following command to clone the remote repository to your local machine. Make sure to replace
REPOSITORY_URL
with the actual URL of the repository.git clone https://github.com/kleecollage/NotesFirebase-JetpackApp.git
-
Import the Project On Android Studio select "Open an existing Android Studio project". Navigate to the project directory and select it.
-
Sync Gradle Android Studio should automatically start syncing the project. If it doesn’t, you can do it manually by selecting File > Sync Project with Gradle Files.
Select Device In the Android Studio toolbar, select the device or emulator on which you want to run the application.
Build and Run Click the Run button (the green triangle icon) or use the shortcut Shift + F10 to build and run the application on the selected device.