51Testing软件测试论坛

标题: Day1-8测试积点任务 [打印本页]

作者: 测试积点老人    时间: 2018-5-10 13:14
标题: Day1-8测试积点任务
问题:
使用 ant 发布 android 包却报 Keystore was tampered with, or password was incorrect:
Password verification failed
使用ant发布android包一直报Keystore was tampered with, or password was incorrect:
Password verification failed错误
在local.properties文件中已配置好签名信息,密码是一定是正确的;
  1. <font face="微软雅黑" size="3">key.store=E:\ADC\ADCWorkSpace\product\mobile\base\eap-mobile\android\Contacts\contactkey
  2. key.store.password=1qaz@WSX
  3. key.alias=contacts
  4. key.alias.password=1qaz@WSX
  5. proguard.config=proguard.cfg
  6. 另外在build.xml文件中project 改成了release模式
  7. <?xml version="1.0" encoding="UTF-8"?>
  8. 错误信息:
  9. BUILD FAILED
  10. D:\soft\Android\sdk\tools\ant\build.xml:1132: The following error occurred while executing this line:
  11. D:\soft\Android\sdk\tools\ant\build.xml:1144: Keystore was tampered with, or password was incorrect: Password verification failed</font>
复制代码




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



作者: 梦想家    时间: 2018-5-14 09:43
你的这个keystore不支持设置在build里面,需要这样使用:
选中你的工程,右键Export…——Android——Export Android Application,Next——Next——use existing keystore ——点击browser,选择你的keystore,输入密码——Next——Alias下拉选择一下,输入密码——Next,最后APK导出的位置,Finish就可以了,这样就成功了!
作者: jingzizx    时间: 2018-5-14 10:08
自定义keystore名称必须是debug.keystore.不然会报

Keystore was tampered with, or password was incorrect,这个错误。另外,还要保证keystore的alias(别名)和alias密码都要和default debug keystore相同。
作者: abcsell    时间: 2018-5-14 10:13
自定义keystore名称必须是debug.keystore.不然会报

Keystore was tampered with, or password was incorrect,这个错误。另外,还要保证keystore的alias(别名)和alias密码都要和default debug keystore相同
作者: 海海豚    时间: 2018-5-14 10:24
自定义keystore名称必须是debug.keystore.不然会报

Keystore was tampered with, or password was incorrect,这个错误。另外,还要保证keystore的alias(别名)和alias密码都要和default debug keystore相同

作者: qqq911    时间: 2018-5-14 12:17
自定义keystore名称必须是debug.keystore.不然会报

Keystore was tampered with, or password was incorrect,这个错误。另外,还要保证keystore的alias(别名)和alias密码都要和default debug keystore相同
作者: cs2213    时间: 2018-5-14 12:25

自定义keystore名称必须是debug.keystore.不然会报

Keystore was tampered with, or password was incorrect,这个错误。另外,还要保证keystore的alias(别名)和alias密码都要和default debug keystore相同。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2