Visual Studio 2013 Tools for Cordova 中的启动画面错误

Wrong splash screen in Visual Studio 2013 Tools for Cordova

我已经在 https://msdn.microsoft.com/en-us/library/dn757053.aspx 的列表中创建了每个初始屏幕和图标。它们都位于正确的文件夹中。

它在 Android 上运行良好,但在 Windows Phone 上,应用程序启动时我仍然看到 Apache Cordova 徽标。

我该如何进行调试?

当 Cordova 创建您的 VS 项目时,它会在 platforms\windows\images 文件夹中创建默认启动画面和图标文件,因此您可以在其中找到您要查找的恶意图像。只需用您自己的文件替换它,您就可以开始了。在我自己的 Windows 8.1/Windows Phone 8.1/Windows 8 VS 解决方案中,我替换的两个启动文件是:

SplashScreen.scale-100.png
SplashScreenPhone.scale-240.png