是否可以使用我的旧密钥库详细信息创建新的 android 密钥库?

Is it possible to recreate a new android keystore using my old keysotre details?

我想更新我现有的应用程序。现在我正在使用一个新系统进行开发,问题是我的密钥库在我的旧系统中。是否可以在我的新系统中重新创建相同的密钥库,我知道我的旧密钥库名字、姓氏、别名的所有细节,密码等..

如果您有旧的密钥库,那么您应该使用那个而不是创建新的。

官方文档说

In general, the recommended strategy for all developers is to sign all of your applications with the same certificate, throughout the expected lifespan of your applications.

你应该检查这个 documentation

在您的情况下,如果您在 google 播放时为现有应用创建新的 keystore。 Google play console 会提示相同包已存在的错误。 因此,您必须获取旧的 Keystore 才能进一步更新您的应用程序。

For your case check this.