Prerequisites
Before you start developing MorseIt, ensure you have the following tools and software installed on your system.Required Software
Install Android Studio
Download and install Android Studio (Arctic Fox or later recommended).
Install Java Development Kit (JDK)
Install JDK 8 or later. Android Studio typically includes a JDK, but you may need to configure it in your system PATH.
SDK Requirements
MorseIt has specific SDK version requirements defined inapp/build.gradle:
- Compile SDK Version: 28 (Android 9.0 Pie)
- Minimum SDK Version: 23 (Android 6.0 Marshmallow)
- Target SDK Version: 28 (Android 9.0 Pie)
The minimum SDK version is 23, which means MorseIt supports devices running Android 6.0 (Marshmallow) and above.
System Requirements
Windows
- Windows 7/8/10/11 (64-bit)
- 8 GB RAM minimum, 16 GB recommended
- 8 GB available disk space
macOS
- macOS 10.14 (Mojave) or later
- 8 GB RAM minimum, 16 GB recommended
- 8 GB available disk space
Linux
- 64-bit distribution (Ubuntu 18.04 or later)
- 8 GB RAM minimum, 16 GB recommended
- 8 GB available disk space
Project Dependencies
MorseIt uses the following key dependencies (fromapp/build.gradle):
app/build.gradle
Build Tools
The project uses Gradle 3.2.1 for building:build.gradle
Clone the Repository
Clone the MorseIt repository to your local machine:Import Project
Import the Project
Click File > Open and navigate to the cloned MorseIt directory. Select the root folder and click OK.
Gradle Sync
Android Studio will automatically detect the Gradle build files and begin syncing. Wait for the sync to complete.
If you encounter issues with Gradle sync, ensure that your Android SDK is properly configured in File > Project Structure > SDK Location.