代号一:Android 发布版本
Codename One: Android release build
我目前在为 Android 构建发布版本时遇到问题。
密钥库 file/password/alias 是正确的,我已将 "Generate Builds" 设置为发布,但我仍然收到以下通知:
Warning: Building for Android without a valid certificate will produce a temporary certificate that cannot be used for redistribution of applications. Its very easy and free to create an Android certificate, see: http://www.codenameone.com/signing.html
我曾经成功使用过这个证书,大约两年前...
我将 NetBeans 8.1 与 CN1 插件 3.3.2 一起使用。
有办法解决这个问题吗?
这意味着代号一没有找到该文件或 password/alias 不正确。
您可以使用密钥工具来验证这一点:
keytool -list -v -keystore full_path_to_keystore -alias myalias
确保 alias/path 与您在 NetBeans 中看到的相同。
我目前在为 Android 构建发布版本时遇到问题。
密钥库 file/password/alias 是正确的,我已将 "Generate Builds" 设置为发布,但我仍然收到以下通知:
Warning: Building for Android without a valid certificate will produce a temporary certificate that cannot be used for redistribution of applications. Its very easy and free to create an Android certificate, see: http://www.codenameone.com/signing.html
我曾经成功使用过这个证书,大约两年前...
我将 NetBeans 8.1 与 CN1 插件 3.3.2 一起使用。
有办法解决这个问题吗?
这意味着代号一没有找到该文件或 password/alias 不正确。
您可以使用密钥工具来验证这一点:
keytool -list -v -keystore full_path_to_keystore -alias myalias
确保 alias/path 与您在 NetBeans 中看到的相同。