是否可以在 android 的钛命令行构建中设置关键帧
Is it possible to set the keyfire in titanium commandline build for android
ti build --p android --T dist-playstore
我像这样构建 android 应用程序,但是它需要 android 密钥库文件。
Where is the keystore file used to sign the app?:
我需要输入我的文件路径。
我要点赞
ti build --p android --T dist-playstore --key my/key/path.keystore
但是找不到合适的选项,有没有为此目的的选项??
你看过文档了吗? Link
根据文档,有 2 个选项:-K, --keystore <path>
所以 -K
或 --keystore
ti build --p android --T dist-playstore
我像这样构建 android 应用程序,但是它需要 android 密钥库文件。
Where is the keystore file used to sign the app?:
我需要输入我的文件路径。
我要点赞
ti build --p android --T dist-playstore --key my/key/path.keystore
但是找不到合适的选项,有没有为此目的的选项??
你看过文档了吗? Link
根据文档,有 2 个选项:-K, --keystore <path>
所以 -K
或 --keystore