适用于Windows 10应用程序的任务栏图标以及适用于Apache Cordova的VS工具

适用于Windows 10应用程序的任务栏图标以及适用于Apache Cordova的VS工具,windows,cordova,icons,visual-studio-cordova,taskbar,Windows,Cordova,Icons,Visual Studio Cordova,Taskbar,我想用VS(2015)工具针对Apache Cordova开发Windows 10 我似乎无法设置任务栏图标 我已交换了Visual Studio预设的所有图标: <icon src="res/icons/windows/Square150x150Logo.scale-100.png" width="150" height="150" /> <icon src="res/icons/windows/Square150x150Logo.scale-240.png" width="

我想用VS(2015)工具针对Apache Cordova开发Windows 10

我似乎无法设置任务栏图标

我已交换了Visual Studio预设的所有图标:

<icon src="res/icons/windows/Square150x150Logo.scale-100.png" width="150" height="150" />
<icon src="res/icons/windows/Square150x150Logo.scale-240.png" width="360" height="360" />
<icon src="res/icons/windows/Square30x30Logo.scale-100.png" width="30" height="30" />
<icon src="res/icons/windows/Square310x310Logo.scale-100.png" width="310" height="310" />
<icon src="res/icons/windows/Square44x44Logo.scale-100.png" width="44" height="44" />
<icon src="res/icons/windows/Square44x44Logo.scale-240.png" width="106" height="106" />
<icon src="res/icons/windows/Square70x70Logo.scale-100.png" width="70" height="70" />
<icon src="res/icons/windows/Square71x71Logo.scale-100.png" width="71" height="71" />
<icon src="res/icons/windows/Square71x71Logo.scale-240.png" width="170" height="170" />
<icon src="res/icons/windows/StoreLogo.scale-100.png" width="50" height="50" />
<icon src="res/icons/windows/StoreLogo.scale-240.png" width="120" height="120" />
<icon src="res/icons/windows/Wide310x150Logo.scale-100.png" width="310" height="150" />
<icon src="res/icons/windows/Wide310x150Logo.scale-240.png" width="744" height="360" />

因为这没有任何区别(我已经清洗了很多次溶液),所以我已经检查了MS本身的指南。然后,我还添加了这些资产:

<icon src="res/icons/windows/logo.png" width="150" height="150" />
<icon src="res/icons/windows/smalllogo.png" width="30" height="30" />
<icon src="res/icons/windows/storelogo.png" width="50" height="50" />
<icon src="res/icons/windows/splashscreen.png" width="620" height="300" />


尽管如此,我仍然得到默认的“无图标”图像(X)。

您是否更改了“Square44x44Logo.scale-100.png”图标?这是默认的任务栏图标。真不敢相信我在这上面花了这么多时间。。我已经编写了一个脚本来生成所有图像,但我没有注意到,对于一些资源,我正在生成jpg文件,包括
Square44x44Logo.scale-100.jpg
。因此,错误的参考。。。