Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 Windows phone OS 8 创建了一个应用程序,但我也想支持 OS 7.1,有什么简单的方法可以做到这一点吗?
谢谢
为 windows phone 7.1 创建一个新项目,然后将应用程序的所有文件导入该项目。确保不导入WMAppManifest.xml文件。该文件需要是 7.1 项目中的实际文件。
现在编译项目。如果您使用任何不在 7.1 中的 SDK 调用,那么您需要解决它们!我想这应该不难。大多数都有解决方法。您可以在此处发布这些错误以获得更多帮助。