26

I am running Windows 8 x64 and have Visual Studio 2012 with the latest update and Visual Studio 2013 preview (latest update) installed. I also have the Windows Phone SDK for Windows Phone 8 development on Visual Studio 2012.

I have read somewhere online that there is no SDK required for Windows Phone 8 on Visual Studio 2013. But Where is the new phone project option?

enter image description here

JP Hellemons
  • 5,661
  • 8
  • 54
  • 121

3 Answers3

40

Found it, had to modify my vs2013 installation... (stupid me) Is it an idea to leave this online for the community? (if I forget it again, and cannot find a source online lol!)

enter image description here

JP Hellemons
  • 5,661
  • 8
  • 54
  • 121
15

For future references, I installed the Visual Studio 2013 Professional edition where the Windows Phone 8.0 SDK apparently wasn't included in the default installation. I browsed to the Windows Phone Dev Center to download the SDK but this way doesn't integrate with Visual Studio 2013 as well - it surprisingly put Visual Studio 2012 Express edition on the PC...

The only way to be able to incorperate the Windows Phone SDK is by modifying the installation of Visual Studio 2013, just as the OP states.

M. Mimpen
  • 1,112
  • 13
  • 21
  • then did you delete VS2013 and just use VS2012 for Windows Phone? Because I have the same problem: http://stackoverflow.com/questions/22177560/visual-studio-2013-and-windows-phone – Yerkezhan Mar 05 '14 at 03:56
  • No, VS2013 **can** use the Windows Phone SDK, but the SDK is by default not installed. You have to modify the installation to check the WP SDK and then click 'Update'. This will install the SDK for VS2013. – M. Mimpen Mar 06 '14 at 11:12
  • 1
    I look at VS 2013 ultimate with blend and there *no* option for windows phone at all in that above screen? What do I do to get that? Never Mind I am on windows 7! – Joe Aug 13 '14 at 16:19
  • wait wait wait.... Windows 8 is a prerequisite for Windows Phone 8 development? Presumably because of the emulator? – Evan K. Stone Sep 05 '14 at 18:04
  • I can confirm that if you install on Windows 7, you won't see the option to install the Windows Phone 8 SDK. It requires Windows 8 or later, 64 bit . – bleater Nov 04 '14 at 02:36
2

If you are on Windows 7, you won't see the option to install the Windows Phone 8 SDK. It requires Windows 8 or later, 64 bit.

Jeremy Thompson
  • 52,213
  • 20
  • 153
  • 256