2

我一直致力于 Windows Phone 7 应用程序的开发,现在我想构建 Metro 风格的应用程序。

我对环境设置有一些疑问:-

1) 我们是否需要 Windows 8 操作系统来开发 Metro 风格的应用程序?

2) 我们可以在 Windows 7 操作系统中开发 Metro 风格的应用程序吗?

3) 什么是 Windows 8 Release Preview (Windows SDK)?如果我安装它会发生什么,我可以在 Windows 7 操作系统中安装它吗?

4) Metro 风格的应用程序开发需要哪些工具?

我需要下载什么?

提前致谢。

4

3 回答 3

2
  1. 是的,您需要 Windows 8 操作系统来开发 Windows 8 Metro 应用程序

  2. 不,您不能在 Windows 7 中开发 Metro 应用程序

  3. Windows 8 发布预览版是 Windows 8 操作系统的最新测试版。它是 Windows8 操作系统的预发布版本。

Windows 8 RP (Release Preview) 是一个操作系统,因此您无法在 Windows 7 中安装,除非您有 Virtual Box 来执行此操作。

我建议您将 Windows 8 RP 安装在单独的分区中,这样您就可以选择使用 Windows 7 和 Windows 8 双启动。(但您一次可以使用一个操作系统,您需要重新启动才能切换操作系统之间)

您可以从此链接下载Windows 8 。

然后对于 Metro 应用程序开发,您需要Visual Studio 2012 RC

于 2012-07-11T06:27:13.977 回答
2

1) 是的,必须使用 Windows 8 开发 Windows 应用商店应用程序。

2) 不,您不能使用 Windows 7 开发 Windows 应用商店应用程序。但是您始终可以通过其他可能的方式利用 Visual Studio 2012 的强大功能。

3) Release Preview 最终是 Windows 的测试版本之一。现在 RTM 出来了,所以只能使用 RTM。您可以随时从 Windows 7 升级到 Windows 8。

4) 您需要安装 Windows 8 RTM + Visual Studio 2012 才能在 Windows 应用商店应用程序上工作。

希望对您有所帮助。

于 2012-11-29T07:27:45.890 回答
0

您需要使用 windows RT 和 Visual Studio 2012 进行 Metro 风格开发的 windows 8 操作系统。

https://softwareengineering.stackexchange.com/questions/155521/what-is-the-difference-between-windows-8-winrt-and-windows-rt

http://en.wikipedia.org/wiki/Windows_8_editions

尝试在单独的驱动器中安装 Windows 8 操作系统并安装 VS 2012,因为预览版可能会变慢并导致系统崩溃。Win Rt 和一个用于 WINDOWS phone 8 的工具将于本月底由微软发布。所以现在你可以在 Windows 8 操作系统的 VS 2012 上练习 Metro 风格的开发。

于 2012-07-11T06:30:01.823 回答