mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
3.7 KiB
3.7 KiB
Jellyfin Android
Part of the Jellyfin Project
Jellyfin Mobile is an Android app that wraps the official Jellyfin Webclient. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. Even though the client is a web wrapper there are still lots of improvements and bug fixes that can be accomplished with Android andKotlin knowledge.
Build Process
Dependencies
- Android SDK
- Yarn
Build
-
Clone or download this repository
git clone https://github.com/Maxr1998/jellyfin-android-next.git cd jellyfin-android-next -
Open the project in Android Studio and run it from there or build an APK directly through Gradle:
./gradlew assembleDebug
Deploy to Emulator
./gradlew installDebug
You can also replace the "Debug" with "Release" to get an optimized release binary.