Adding Windows Phone 8 SDK to Visual Studio 2012

霸气de小男生 提交于 2020-01-03 08:53:03

问题


I'm on a really bad internet connection, and I have Windows Phone 8 SDK files, but no the install file. Is there a way to add Windows 8 SDK to Visual Studio, without downloading the install file?


回答1:


Not sure, what you mean? You need either existing Visual Studio 2012 installation + you have to install WP8 SDK which expands the Visual Studio, or you can only download the SDK, install it and use the Visual Studio Express for Windows Phone.
Either way you have to download the SDK, either online installation file here:
https://dev.windowsphone.com/en-us/downloadsdk
Or complete offline installation ISO here:
http://go.microsoft.com/fwlink/?LinkID=257234&clcid=0x409




回答2:


You can also play use the /layout option to dowload locally all the packages, i.e. type

WPexpress_full.exe /layout

at any command prompt. It will ask for a download folder to save the bits. The ISO is a bit useless, as Phone development leans using a real OS, instead of a Virtual Machine.



来源:https://stackoverflow.com/questions/13313080/adding-windows-phone-8-sdk-to-visual-studio-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!