gpt4 book ai didi

java - 在 build.properties 中找不到 key.store 和 key.alias 属性

转载 作者:IT老高 更新时间:2023-10-28 20:31:09 28 4
gpt4 key购买 nike

我正在使用 ant-release 对我的 Android 应用进行 1 步构建。

我的 build.properties 如下所示:

application.package=xxxxx
key.store=sonr
key.alias=sonr labs
key.store.password=xxxx
key.alias.password=xxxx

当我运行 ant-release 时,一切都很好,除了应用程序签名。我得到了错误:

-release-prompt-for-password:

-release-nosign:
[echo] No key.store and key.alias properties found in build.properties.
[echo] Please sign /Users/syalam/Documents/git/joeborn-sonr/sonr/bin/SONR-release-unsigned.apk manually
[echo] and run zipalign from the Android SDK tools.
[propertyfile] Updating property file: /Users/syalam/Documents/git/joeborn-sonr/sonr/bin/build.prop
[propertyfile] Updating property file: /Users/syalam/Documents/git/joeborn-sonr/sonr/bin/build.prop
[propertyfile] Updating property file: /Users/syalam/Documents/git/joeborn-sonr/sonr/bin/build.prop
[propertyfile] Updating property file: /Users/syalam/Documents/git/joeborn-sonr/sonr/bin/build.prop

我该如何解决这个问题?

PS。我按照本教程来降低构建过程 http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html

最佳答案

我最近也遇到这个问题,我认为那个教程已经过时了......

key.alias 等指令需要位于名为 ant.properties 的文件中。不再有名为 build.properties 的文件了。

关于java - 在 build.properties 中找不到 key.store 和 key.alias 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8605715/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com