The MediaPlayer app, written in Kotlin, offers a streamlined activity for playing songs.
This application serves as a straightforward media player, allowing users to manage both video and audio playback seamlessly.
Ensure the following prerequisites are met before proceeding:
- Android Studio must be installed on your computer.
- Your device or emulator should have Android API level 21 or above.
To clone the repository, follow these steps:
- Launch a terminal window.
- Execute the following command to clone the repository:
Replace
git clone <repository-url>
<repository-url>
with the URL of your GitHub repository.
Alternatively, you can clone the repository through Android Studio:
- Open Android Studio.
- Select "Get from Version Control" or go to
File > New > Project from Version Control
. - Paste the repository URL into the designated field.
- Click "Clone" to initiate the cloning process.
Follow these steps to import the project into Android Studio:
- Open Android Studio.
- Choose "Open an existing Android Studio project".
- Navigate to the directory where the repository was cloned and select the project folder.
- Click "OK" to import the project.
Execute the following steps to run the app:
- Connect your Android device to your computer via USB, or launch an emulator within Android Studio.
- Wait for Android Studio to complete building the project.
- Select your device from the list of available devices in Android Studio.
- Click the "Run" button (green triangle) in the toolbar, or press Shift + F10.
- Allow time for the app to be installed and launched on your device.
- Should any issues arise during setup or execution, do not hesitate to contact the project maintainers for assistance.
- Familiarize yourself with the project structure and source code to gain insights into the media player app's functionality and contribute to its development.