Software Archive
Read-only legacy content
17061 Discussions

Endless problems with Windows Build.

Bracer_J_
Beginner
567 Views

Hi,

 

I keep on getting:

error APPX3207: App manifest references the square 150x150 logo image 'images\Square150x150Logo.scale-240.png' which is larger than the maximum image file size. It must be no larger than 204,800 bytes. [...\SNU\platforms\windows\CordovaApp.Phone.jsproj]
ERROR: Error code 1 for command: ...\MSBuild\12.0\bin\msbuild with args: ...\SNU\platforms\windows\CordovaApp.Phone.jsproj,/clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal,/nologo,/p:Configuration=release,/p:Platform=anycpu
Command finished with error code 2: cmd /s /c "...\SNU\platforms\windows\cordova\build.bat --release --verbose --phone"
Error: cmd: Command failed with exit code 2
    at ChildProcess.whenDone (D:\Developer\cordova\5.1.1\node_modules\cordova\node_modules\cordova-lib\src\cordova\superspawn.js:134:23)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:756:16)
    at Process.ChildProcess._handle.onexit (child_process.js:823:5)

 

I have replaced the Square150x150Logo.scale-240.png and there is still problems, it is a 150 by 150 image right ?

And what is with that exit code 2 thingy ?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
567 Views
<icon src="pkg/windows/Square150x150Logo.scale-240.png" width="360" height="360" />

It's 360x360. A "scale-100" would be 150x150. Microsoft terminology, not ours.

0 Kudos
Reply