`
lufengdie
  • 浏览: 246137 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

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

阅读更多


在配置自定义签名时出现了"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
导出!


分享到:
评论
1 楼 diyangxia 2014-06-06  
custom debug keystore/key must use the same keystore/key names and passwords as the default debug key (as described above)

按照这句话的意思,那还有自定义的调试签名干嘛,难道只是为了换个路径用

相关推荐

Global site tag (gtag.js) - Google Analytics