2023-08-02, 07:21 AM
We recently released a new beta version so you can easily get an up-to-date signed APK from GitHub: https://github.com/jellyfin/jellyfin-and...6.0-beta.1
If you still want to build it yourself it should be relatively easy:
1. Clone the project from GitHub
2. Open it in Android Studio (must be version 2022.3.1 giraffe or newer)
3. Let it index the project,
4. Press the build button
The error you're getting could be caused by an invalid Android Studio version, corrupt caches or invalid changes. I'd try to clean the project with the Gradle clean task (in terminal: ./gradlew clean) and maybe try the "invalidate caches" option in Android Studio (in the File menu).
If you still want to build it yourself it should be relatively easy:
1. Clone the project from GitHub
2. Open it in Android Studio (must be version 2022.3.1 giraffe or newer)
3. Let it index the project,
4. Press the build button
The error you're getting could be caused by an invalid Android Studio version, corrupt caches or invalid changes. I'd try to clean the project with the Gradle clean task (in terminal: ./gradlew clean) and maybe try the "invalidate caches" option in Android Studio (in the File menu).