Software Archive
Read-only legacy content
17060 Discussions

Windows Phone 8 build "warning: unexpected asset" messages

PaulF_IntelCorp
Employee
481 Views

The new Windows Phone 8.1 build system has an issue where it prints incorrect warnings regarding icon and splash screen images. This is a known issue that will be fixed. A typical error message is shown below.

Screen Shot 2015-11-11 at 10.39.57 AM.png

The minimum set of icons and splash screens that are required to build a Windows Phone 8.1 package are shown below, see the width and height dimensions at the end of each line:

<!-- Windows Phone 8.1 minimum icons and splash screens -->
<platform name="wp8">
    <icon src="pkg/windows/Wide310x150Logo.scale-240.png" width="744" height="360" />
    <icon src="pkg/windows/Square150x150Logo.scale-240.png" width="360" height="360" />
    <icon src="pkg/windows/Square71x71Logo.scale-240.png" width="170" height="170" />
    <icon src="pkg/windows/Square44x44Logo.scale-240.png" width="106" height="106" />
    <icon src="pkg/windows/StoreLogo.scale-240.png" width="120" height="120" />
    <splash src="pkg/windows/SplashScreenPhone.scale-240.png" width="1152" height="1920"/>
</platform>

 

0 Kudos
0 Replies
Reply