0

Cross platform Missing Templates after updating Visual studio 2017,i tried looking for a solution from Xamarin forums page in vain.

1 Answers1

0

Yes, some templates no longer exist in VS2017, but others it's just organized a bit differently in how you get to the specific template you want.

Example: The Blank App and Blank XAML App templates no longer exist in VS2017. Instead, choose the "Cross Platform App (Xamarin.Forms or Native)" template. A wizard pops will appear allowing you to choose a native Xamarin app or a Xamarin Forms app, as well as choosing a Shared or PCL app, as well as selecting a XAML app.

idenardi
  • 600
  • 1
  • 6
  • 20
  • Yes i know about those changes, but the real problem is the wizards. The don't show up and project creation fails – FrinnoCodes Jul 29 '17 at 13:03