Files
AppDev/FastNotesKotlin/README.md
2026-03-01 00:25:14 +01:00

24 lines
635 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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