nadir hamidou
nadir hamidou

Reputation: 446

I can't find cross platform app Xamarin on visual studio 2017

I have installed visual studio 2017 community properly with mobile development packge and I can't find cross platform app in c#

enter image description here

What can I do to install it ?

Upvotes: 2

Views: 1190

Answers (2)

nadir hamidou
nadir hamidou

Reputation: 446

The problem was that some files was corrupted because of a faild complete unistallation of xamarin ... so i prefered a speed and smart solution that can help me to continue my work so i installed a new os windows in new partition i tried to install those files , they worked on the new os so it's clear that xamarin will be installed properly finaly i installed the hole visual studio and that worked for me ... enter image description here

Upvotes: 0

daniel_sweetser
daniel_sweetser

Reputation: 391

You should review the installation procedure documented by Microsoft.

If you don't have the Xamarin menu under Help then you may have missed something. You can re-run the installer and change workflows to confirm you have all the required pieces. Note that additional steps are needed to build and deploy, although you see stuck at just the installation step if templates are missing.

Upvotes: 3

Related Questions