I already tried this, this and this but my problem doesnt solve. Am not able to understand what am doing wrong. here is my signing Configs
signingConfigs {
config {
keyAlias 'changeit'
keyPassword 'changeit'
storeFile file('C:/Users/abc/.android/debug.keystore')
storePassword 'changeit'
}
}
And this is the error it is showing when am trying to run the application Error:Failed to read key changeit from store "C:\Users\abc\.android\debug.keystore": Keystore was tampered with, or password was incorrect
cant figure out what to do.. thanks for the help in advance.