Reputation: 704
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
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