Search code examples
androidgradleandroid-studiokeystore

Android Studio - Gradle KeyStore Signing config


I am compiling a gradle project in Android Studio and i am getting following issue.

Error:A problem was found with the configuration of task ':Proj:packageDebug'.

File '/Users/SB/proj /~/debug.keystore' specified for property 'signingConfig.storeFile' does not exist.

Please Help me out.

Regards,


Solution

  • Gradle is not able to locate your debug keystore.

    As the error points out, you need to place your debug.keystore file at the path specified against "storeFile" in your build.gradle.