Vinit Saxena
Vinit Saxena

Reputation: 704

windows phone application set up in xamarin studio

I am going to start a job portal application using xamarin.forms library. This application will be a cross platform application. But it was very easy to set up project for iOS and android but for window i did not get any clue how to configure xamarin studio for windows phone. Can any one tell me how to set up my project for windows phone in xamarin studio?

Upvotes: 1

Views: 407

Answers (1)

David Karlaš
David Karlaš

Reputation: 940

Xamarin Studio doesn't support Windows Phone :(

You will need to install VisualStudio... There is free version of VS called VS 2013 Community Edition, but check conditions if you can use it.

You can still develop PCL, Android and iOS projects in Xamarin Studio and WP project in VS.

Upvotes: 2

Related Questions