diff --git a/README.md b/README.md index a3f54e90..c0a84158 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,23 @@ Experience the simplicity and efficiency of note-taking with Fossify Notes. Down App image App image + +## Build & Run (Android) + +### Requirements +- Android Studio Hedgehog or newer +- Android SDK 30+ +- Gradle (bundled with Android Studio) + +### Steps +1. Clone the repository +2. Open the project in Android Studio +3. Allow Gradle sync to complete +4. Select the `appDebug` build variant +5. Run the app on: + - Emulator (API 30+ recommended), or + - Physical device with USB debugging enabled + +### Notes +- First Gradle sync may take a few minutes +- If sync fails, try **Invalidate Caches & Restart**