android - 警告 : Different store and key passwords not supported for PKCS12 KeyStores. 忽略用户指定的 -keypass 值。在 Android Studio 中

标签 android android-studio android-keystore

我正在尝试创建一个新的 keystore 来生成一个签名的 apk,但我收到了这样的错误,请帮助我摆脱这个错误。
enter image description here
enter image description here

最佳答案

这是 known issue with Android Studio 4.2 .它在具有此限制的 JDK11 上运行。
谷歌自己的documentation on app signing声明 key 密码“应该与您为 keystore 选择的密码不同”所以我猜他们打算在某个时候解决这个问题。

关于android - 警告 : Different store and key passwords not supported for PKCS12 KeyStores. 忽略用户指定的 -keypass 值。在 Android Studio 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66621669/

相关文章:

android - Osmdroid - 更改本地 map 文件夹

android - 安装失败,并显示消息 INSTALL_FAILED_CONFLICTING_PROVIDER

android - 如何在 Android studio 中更改新 Android 应用程序的图标?

android-activity - 在 android 中将 4 个应用程序作为单个应用程序进行管理

Android Eclipse挂起

android - CREATE INDEX 和 CREATE UNIQUE INDEX 有什么区别?

android - ListView 在动画中淡出

android - 我想删除 Android Studio 中 View 的约束?

android - 在 Android 中存储 key

android - 使用 Google Play App Signing 时的安全注意事项