在Eclipse中运行我签名的,释放密钥库的问题 [英] Problem running my signed, release keystore in Eclipse

查看:127
本文介绍了在Eclipse中运行我签名的,释放密钥库的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我收到错误:

  Keystore被篡改,或密码不正确

我解决了这个问题?



这是错误:



这是我成功签署了密钥库:

解决方案

在Windows-> Preferences-> Android-> Build你可以改变你的DEBUG KEYSTORE。您在此处指定的密钥库不适用于发布应用程序,仅用于调试。



与默认调试密钥库一样,自定义调试密钥库需要具有以下功能:

 密钥库密码:android
密钥别名:androiddebugkey
密钥密码:android

除了密钥库本身的名称,有关组织单位的信息和别名后面的键,所有数据必须与默认调试密钥库相同


I am unable to run my signed, release keystore in Eclipse:

I get the error:

Keystore was tampered with, or password was incorrect

How can I resolve this?

Here is the error:

Here is me successfully signing the keystore:

解决方案

In Windows->Preferences->Android->Build you can just change your DEBUG KEYSTORE. The Keystore you specify there, is not for signing an app for release, but just for debugging.

Like the default debug keystore, the custom debug keystore needs to have the following:

Keystore password: "android"
Key alias: "androiddebugkey"
Key password: "android"

Except for the name of the keystore itself, information about the organizational units and the key behind the alias, all data have to be same as the default debug keystore

这篇关于在Eclipse中运行我签名的,释放密钥库的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆