Windows Phone 应用程序的图标没有变化
我即将发布我的 Windows Phone 应用程序。但是,即使我更改了 ApplicationIcon 和背景图像,Windows Phone 模拟器也不会使用它们。
关于为什么这不起作用的任何想法?
I am extremely close to publishing my Windows Phone app. However, even though I changed the ApplicationIcon and Background images, the Windows Phone emulator doesn't use them.
Any ideas of why this is not working?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试从模拟器中卸载您的应用程序,然后停止并重新启动它,最后再次部署。似乎有时会被缓存。
Try uninstalling your app from the emulator then stop and restart it before finally deploying again. Seems to get cached sometimes.
好吧,我想通了。
我需要从“开始”屏幕取消固定该应用程序,然后重新固定它。
希望这对某人有帮助。
Well, I figured it out.
I needed to unpin the app from the Start screen, then repin it.
Hope this helps someone.