com.android.ide.common.signing.KeytoolException Android studio之签名配置

版权声明:文章转载请标明出处,谢谢! https://blog.csdn.net/huang3513/article/details/78019997

错误日志:
com.android.ide.common.signing.KeytoolException: Failed to read key lwscwaterKey from store “D:\install_files\lscwaterKey\lscwaterKey\lscwaterKey.jks”: No key with alias ‘lwscwaterKey’ found in keystore D:\install_files\lscwaterKey\lscwaterKey\lscwaterKey.jks

说明:在项目中准备实现gradle中避免明文配置keystore的技巧,不过在local.properties配置keystore.alias的时候,与之前在生成签名文件的是不一致,结果在运行的是出现了上面的问题。

更改为:keystore.alias=beijing之后可以正常运行

猜你喜欢

转载自blog.csdn.net/huang3513/article/details/78019997