Windows Phone 8移动应用开发工具盘点——基础篇
自去年6月份微软正式发布移动操作系统Windows Phone 8以来,该系统以其卓越的性能和外观得到广大用户的亲睐。加上Windows Phone 8支持多种流行语言和本地代码,更是得到众多开发者的竞相追捧,市面上各种针对Windows Phone 8的app应用层出不穷。
Visual Studio 2012
众所周知,Windows 8简化了创建跨平台应用程序的进程,Windows Phone 8 则充分利用了Windows 8上的许多先进功能,但毕竟两者针对的是不同的平台,如果想创建兼容Windows Phone 8和Windows 8的app,初始的Visual Studio 2012显然是不够的,还需要安装一个SDK,从而保证能满足Windows Phone 8的需求。
Visual Studio 2012能让开发者创建针对Windows 8的应用程序,由于微软是在Win 8之后才推出的Windows Phone 8,如果想在当前安装的VS2012上开发面向WinPhone 8的app,就必须下载安装最新的Windows Phone SDK。
Windows Phone SDK
Windows Phone SDK 8.0包含以下组件:
- Visual Studio 2012 Express for Windows Phone.
- Microsoft Blend 2012 Express for Windows Phone. If you have a full version of Blend 2012 installed, the installation will add Windows Phone 8.0 capabilities to it.
- Windows Phone 8.0 device emulator.
- All the necessary reference assemblies for managed code development.
- All the necessary headers and libraries for native code development.
- Project templates for both managed code and native code development.
由于Windows Phone 8模拟器只能运行在Windows 8专业版或者更高的版本上,至少需要Windows 8 64-bit专业版。