diff --git a/README.md b/README.md
index 08ca2c6d..e0e88202 100644
--- a/README.md
+++ b/README.md
@@ -36,3 +36,23 @@ Tether: 0x250f9cC32863E59b87037a14955Ed64F879653F0
+
+## 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**
\ No newline at end of file