在完成了我的Windows 8 Metro App之后,我正在尝试通过"Windows应用程序认证工具包“测试。失败是因为我的SplashScreen徽标太大了。我得到以下消息:
App resources validation
Error Found: The app resources validation test detected the following errors:
- Image reference "Assets\SplashScreen.png": The image "c:\MyProject\bin\Release\AppX\Assets\SplashScreen.png" failed the size restrictions of 620 X 300.然而,我已经将这个大小减小到比现在小得多(225x300),但仍然得到错误。此外,当我运行该应用程序时,闪屏显示的大小相同(但分辨率要低得多)。
谁能告诉我我需要做些什么才能让程序识别出大小是减小的?
发布于 2012-08-17 17:23:36
闪屏应该是 620 x 300像素。打开package.appmanifest文件,您将在闪屏图像名称上看到一个红色错误符号。您可以使用透明背景来弥补必须包含的额外页边距才能达到正确的大小。
https://stackoverflow.com/questions/12001351
复制相似问题