Hyder khan
Hyder khan

Reputation: 83

no xamarin.forms BlankApp in visual studio 2017

I have just installed Visual Studio 2017 community addition. Furthermore, i have installed Xamarin Community edition. Initially i thought i would have to use Xamarin Studio in order to create cross platform apps. But later on, i figured it out from the internet that Xamarin Studio is only installed in MAC OS. In windows, Xamarin is installed in form of Visual Studio's extension instead. After completely installing Xamarin on my Windows 10, i opened Visual Studio and i didn't saw "BlankApp (Xamarin.Forms Portable)" under Visual C#/Cross-Platform tab. Instead there were only couple of Class Libraries and a UI Test App there.

How can i figure out the way to create Xamarin Cross-Platform on my visual studio 2017 community edition? Am i missing some extensions, or is there any update required ? Please help.

Upvotes: 6

Views: 5319

Answers (3)

Aljohn Yamaro
Aljohn Yamaro

Reputation: 2881

THIS IS NOT A DIRECT ANSWER, I tried lots of options from installing, uninstalling, modifying but I can't find "bank app xamarin forms".

SO WHAT I DID, Installed visual studio 2015 and found "that bank app xamarin forms" there.

Upvotes: 0

Joe Healy
Joe Healy

Reputation: 5817

File > New > Project > Installed > Templates > Visual C# > Cross-Platform Select Cross-Platform Select Cross Platform App (Xamarin.Forms or Native)

enter image description here

New App Dialog Opens For template select "Blank App" For Code Sharing Strategy Select "Portable Class Library (PCL)" Click OK, and you are good to go

enter image description here

Upvotes: 9

Junior Porfirio
Junior Porfirio

Reputation: 226

Please, try this site in section "Creating your first app".

More information in: http://motzcod.es/post/158155898027/setting-up-vs-2017-for-xamarin-dev

Upvotes: 1

Related Questions