Kevin
Kevin

Reputation: 69

How i can develop windows phone 8.0 app in visual studio 2013 Comunity?

I have windows 8.1 OS. and when I choose Windows Phone App in VS it create Windows Phone 8.1 App without choice

Upvotes: 1

Views: 90

Answers (2)

Abhishek
Abhishek

Reputation: 1399

In the Windows Phone templates in Visual Studio, you'll find two types of templates: Windows Phone and Windows Phone Silverlight (see the image below).

enter image description here

The Windows Phone templates refer to the XAML OS platform, which is only available for Windows Phone 8.1.
The Windows Phone Silverlight templates refer to the Silverlight OS platform, which is available for both 8.0 and 8.1. So if you want to create Windows Phone 8.0 app, you'll need to use one of these templates.

Upvotes: 3

kober
kober

Reputation: 851

You need to install SDK. I would highly suggest to develop new apps as 8.1 XAML (not silverlight) apps for future portability.

You can download SDK's here: https://dev.windows.com/en-us/develop/download-phone-sdk

Upvotes: 1

Related Questions