24 lines
635 B
Markdown
24 lines
635 B
Markdown
# Fast Notes – Kotlin
|
||
|
||
## Requirements
|
||
|
||
To build and run this project, the following are required:
|
||
|
||
- Android Studio (Hedgehog or newer recommended)
|
||
- Android SDK installed
|
||
- Minimum SDK: As defined in the project (see `app/build.gradle.kts`)
|
||
- Internet connection for initial Gradle sync
|
||
|
||
---
|
||
|
||
## How to Build and Run
|
||
|
||
1. Extract the `.zip` file.
|
||
2. Open **Android Studio**.
|
||
3. Click **Open** and select the extracted project folder.
|
||
4. Allow Gradle to sync (this may take a few minutes the first time).
|
||
5. Select an emulator or connected Android device.
|
||
6. Click **Run** (ctrl + F10).
|
||
|
||
The application should now build and launch
|