Added readme and updated gitignore
This commit is contained in:
23
FastNotesKotlin/README.md
Normal file
23
FastNotesKotlin/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user