SplashScreenImage 未出现在 Windows Phone 应用中
SplashScreenImage doesn't appear in Windows Phone app
我使用 VS2015,我想为 Windows Phone 8.0 应用程序添加启动画面。我已经添加到名为 SplashScreenImage.jpg 的项目图像的根目录中,大小为 768x1280(也尝试使用 480x800)并设置构建操作 属性图像到内容,如这里所建议的:
https://msdn.microsoft.com/library/windows/apps/ff769511%28v=vs.105%29.aspx
和这里:
由于某种原因,它不起作用。 运行 我的应用程序在移动模拟器上通过 VS 后,启动画面没有出现,应用程序开始正常工作,没有显示启动画面。
您必须在应用程序的清单文件中定义自定义启动画面。
解决方案是创建 Windows Phone 8.1 项目而不是 Windows Phone 8.0 并按照 Saurabh Srivastava 在他的回答下的评论中的指示进行操作:
Open your Manifest file (file with extension .appxmanifest) and go to Visual Assets Tab.Under this tab you will see the Splash Screen Option in left side.Click it and define your own splash screen their
我使用 VS2015,我想为 Windows Phone 8.0 应用程序添加启动画面。我已经添加到名为 SplashScreenImage.jpg 的项目图像的根目录中,大小为 768x1280(也尝试使用 480x800)并设置构建操作 属性图像到内容,如这里所建议的: https://msdn.microsoft.com/library/windows/apps/ff769511%28v=vs.105%29.aspx 和这里:
由于某种原因,它不起作用。 运行 我的应用程序在移动模拟器上通过 VS 后,启动画面没有出现,应用程序开始正常工作,没有显示启动画面。
您必须在应用程序的清单文件中定义自定义启动画面。
解决方案是创建 Windows Phone 8.1 项目而不是 Windows Phone 8.0 并按照 Saurabh Srivastava 在他的回答下的评论中的指示进行操作:
Open your Manifest file (file with extension .appxmanifest) and go to Visual Assets Tab.Under this tab you will see the Splash Screen Option in left side.Click it and define your own splash screen their