DP-3T / dp3t-app-android-demo

The DP3T-App for Android
Mozilla Public License 2.0
323 stars 79 forks source link

SigningConfig "release" is missing required property "storePassword" #60

Closed FabrizioCicala closed 4 years ago

FabrizioCicala commented 4 years ago

When executing the command ./gradlew assembleDevRelease I get the following error:

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade SigningConfig "release" is missing required property "storePassword".

How can I fix this problem?

Thank you

FabrizioCicala commented 4 years ago

Not yet, I was hoping to get some insights here.

simonroesch commented 4 years ago

You have to create your own keystore and set the appropriate passwords if you want to build a release build. Debug builds should work out of the box and use your default debug keystore for signing.

krim404 commented 4 years ago

just to complete this for future requests: ./gradlew assembleDevDebug