【发布时间】:2018-10-01 04:41:13
【问题描述】:
将应用程序发送到构建服务器以创建 UWP 构建时出现错误:
[exec] (_ValidateAppxPackage target) ->
[exec] Package.appxmanifest(19,26): error APPX3207: App manifest references the wide 310x150 logo image 'Assets\Wide310x150Logo.scale-200.png' which is larger than the maximum image file size. It must be no larger than 204,800 bytes.
应用程序的徽标是所需的大小 (512x512),所以我有点困惑。任何帮助,将不胜感激。 TIA。
【问题讨论】:
-
这是一种宽标识,明确表示必须为 310x150,最大 200kb
-
Codename One 要求应用程序徽标为 512x512,否则构建无法发送到服务器。
标签: build uwp codenameone