首页 > 移动平台 > 详细

android 签名被篡改(Keystore was tampered with, or password was incorrect)

时间:2016-04-24 15:40:33      阅读:271      评论:0      收藏:0      [点我收藏+]

在配置自定义签名时出现了"Keystore was tampered with, or password was incorrect"错误! 

参考文档发现: 

If necessary, you can change the location/name of the debug keystore/key or supply a custom debug keystore/key to use. However, any custom debug keystore/key must use the same keystore/key names and passwords as the default debug key (as described above). (To do so in Eclipse/ADT, go to Windows > Preferences > Android > Build.) 

因为配置的自定义的签名是为了发布时用的,密码也是自定义的公司名称,这样的话就跟默认的debug.keystore 密码android不同,从而导致报错! 

那如此看来,自定义的debug签名就没有任何意义,至少我还没有发现。 

自定义签名只需要在生成apk是由 Android Tools --> Export Signed Application Package 
导出! 

android 签名被篡改(Keystore was tampered with, or password was incorrect)

原文:http://www.cnblogs.com/zhujiabin/p/5427033.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!