1

PS C:\Users\saikr\projects\Todo-Flutter-master> flutter build appbundle

Building with sound null safety

Removed unused resources: Binary resource data reduced from 36KB to 28KB: Removed 21%

FAILURE: Build failed with an exception.

  • What went wrong: A problem was found with the configuration of task ':app:signingConfigWriterRelease' (type 'SigningConfigWriterTask').

No value has been specified for property 'signingConfig.keyPassword'.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1m 34s Running Gradle task 'bundleRelease'... 95.7s Gradle task bundleRelease failed with exit code 1

Anyone know how to solve this error? if so do let me know

1 Answers1

0

try to create a new sign key, I think your sign key is broken

  • 1
    Okay will try and let you know – Sai Krishna Alishala Dec 06 '21 at 07:59
  • Building with sound null safety Removed unused resources: Binary resource data reduced from 36KB to 28KB: Removed 21% FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':app:signingConfigWriterRelease' (type 'SigningConfigWriterTask'). > No value has been specified for property 'signingConfig.keyPassword'. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. It shows the same error again – Sai Krishna Alishala Dec 06 '21 at 13:30
  • its look like your entering a work password check that too – saeed bayat Dec 08 '21 at 06:41
  • you might make a mistake between two passwords that it needs to sign your project – saeed bayat Dec 08 '21 at 06:43
  • The store password and the key password are the same in my case – Sai Krishna Alishala Dec 13 '21 at 12:39