使用 ant 发布 android 包一直报 Keystore was tampered with, or password was incorrect: Password verification failed 错误
在 local.properties 文件中已配置好签名信息,密码是一定是正确的;
key.store=E:\ADC\ADCWorkSpace\product\mobile\base\eap-mobile\android\Contacts\contactkey
key.store.password=1qaz@WSX
key.alias=contacts
key.alias.password=1qaz@WSX
proguard.config=proguard.cfg
另外在 build.xml 文件中 project 改成了 release 模式
<?xml version="1.0" encoding="UTF-8"?>

错误信息:
BUILD FAILED
D:\soft\Android\sdk\tools\ant\build.xml:1132: The following error occurred while executing this line:
D:\soft\Android\sdk\tools\ant\build.xml:1144: Keystore was tampered with, or password was incorrect: Password verification failed

如果采用非签名发布方式,是可以发布成功的;但是使用签名方式发布就一直报错,麻烦高手们帮看下这个问题,谢谢!


↙↙↙阅读原文可查看相关链接,并与作者交流