mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-02 21:04:10 +03:00
a742b266d43ccb28bd5cd17f8ae820a76d956cb6
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.
Languages
Kotlin
71.2%
Java
16.1%
JavaScript
12.7%