Skip to content

Instantly share code, notes, and snippets.

@rishabhjoshi
Last active January 19, 2016 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishabhjoshi/2fdd6d57c5dd46b85529 to your computer and use it in GitHub Desktop.
Save rishabhjoshi/2fdd6d57c5dd46b85529 to your computer and use it in GitHub Desktop.

Windows Phone App Development

####This page briefly descibes how to install the tools required to start developing applications on the Windows platform.

  1. Download/Buy a version of Visual Studio.

Use this link to download/buy Visual Studio. Download Visual Studio You should have Visual Studio Express 2013 for Windows with Update 2 or later for windows phone tools to work (I have Visual Studio 2013 Professional and that will be used to demonstrate further steps.)

  1. Update Visual Studio to the latest version.

  2. Installing Windows Phone Tools.

  • Download and install Windows Phone SDK 8.1 (or for your version of Windows Phone) from this link.

  • Go to this link and check if you have all the Windows Phone development tools.

  • Download the Windows Phone Emulators for the corresponding version of Windows Phone from the same link.

    Emulator will only work if your Windows OS is professional or better. It wont work for Single Language Editions (mostly pre installed). If you cant run the emulators you will have to configure your phone as a developer phone to debug your applications.

  1. Finally Open Visual Studio and go to File > New Project > Templates > Visual C# > Store Apps > Windows Phone Apps.

If you dont see this, then your windows Phone tools are not properly configured. Unfortunately, I can't help you with this. There are too many versions and editions of Visual Studio and too many potential issues that arise during installation. If you need help, I would recommend that you visit the forums.

  1. Start building application!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment