Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我觉得我已经为可穿戴 .wgt 文件正确签署了 Tizen。
有没有办法“转储” .wgt 的信息以使其显示安全凭证(证书信息)等,以验证 .wgt 是否已正确签名?
如果您使用的是命令行界面,则可以传入参数以记录签名过程,如下所示。
cd .buildResult/ // you need to be where you have your build web-signing -l info -p your_profile_name:path_to_your_profile
(您可以将“信息”替换为以下内容:错误、警告、信息、调试或跟踪)
更多详细信息,请在 IDE 帮助内容中搜索命令行界面。