Thomas-Sohier / jellyflut

Just a jellyfin client made in flutter (side project quality code)
MIT License
147 stars 21 forks source link

Failure on building android after cloning the project #18

Closed anonhacker47 closed 2 years ago

anonhacker47 commented 2 years ago

FAILURE: Build failed with an exception.

Thomas-Sohier commented 2 years ago

Hello,

If you build a release version of the app you need to add a keystore to the build.gradle following these guidelines : https://docs.flutter.dev/deployment/android#signing-the-app

If you want you can revert the build.gradle to the default one to build an unsigned app.