Android - Eclipse : Keystore was tampered with, 或密码不正确

标签 android code-signing keystore

我正在开发一个 android 项目,用 debug.keystore 签署我的应用程序(在开发时)...现在我需要使用“真正的”生产 keystore (当我将我的 apk 上传到游戏时使用的那个)商店),同时开发以测试一些应用内购买的东西。

所以如果使用 eclipse 中的生产 keystore 在我的设备上启动应用程序会很棒,这样我就可以使用 eclipse 调试器等。

完成此测试后,我想切换回 debug.keystore。

所以我尝试替换.android文件夹中的debug.keystore文件,但是我得到了错误:

Keystore was tampered with, or password was incorrect

因为我还没有输入密码。 eclipse (juno) 密码在哪里输入?

或者在 eclipse 中是否有更好的方法(例如在 wizzard 中),而不直接替换 debug.keystore 文件,以指定从 eclipse 运行按钮启动我的 android 应用程序时应该使用的当前 keystore ?

最佳答案

将密码更改为默认密码,即 android

here is the SO link . how to Change the Keystore password

关于Android - Eclipse : Keystore was tampered with, 或密码不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14196772/

相关文章:

java - 如何为 Android 应用程序设置 IntelliJ IDEA?

java - AsyncTask 中的新线程

android - 使用自定义 simpleCursorAdapter

linux - Linux 上 .NET Core 的 Authenticode 等效项是什么?

Java - PKCS11 和 MSKeyStore

android - adb.exe 启动服务器失败 android studio

code-signing - Visual Studio 2010 程序集签名 : An attempt was made to reference a token that does not exist

c++ - 如何避免.exe被杀毒软件识别为 "File might be dangerous"?

java - 检查 Java keystore 中的证书到期日期

java - 为 SpringBoot 应用程序指定 keystore 时,javax.net.ssl.keyStore 和 server.ssl.key-store 属性有什么区别