Upon many requests from my friend, I’m writing this article and we will see how to install Visual Studio with Xamarin, including all the Android SDKs where we can develop cross platform apps (iOS, Android, Windows) using Xamarin.Forms at once.
Step 1
Go to Visual Studio site and download Visual Studio 2015 Community Edition which is free.

Step 2
Run the installer and you will see the options window. Select Cross Platform Mobile Development also and click next to install all the required components.
Note
Alternatively, you can download the ISO file of Visual Studio and install it.



Step 3
It will take a lot of time to install all the components depending on the internet speed.
When you finish installing it, you may be required to restart your computer.
Step 4
Now go to https://www.xamarin.com/ and create an account. We need to login in to Visual Studio with a Xamarin Account.
Open Visual Studio, Go to Tools >Xamarin Account and Login with your Xamarin Account.


Step 5
Create a project in Visual Studio. Go toFile > New Project > Visual C# > Cross Platform > Blank App (Xamarin.Forms Portable)

Step 6
Build the project. The first time, it will take some more time to build the project since it downloads android repositories while building the project which is about a 200 MB zip file.
This zip files are located in C:\Users\[Your User Name]\AppData\Local\Xamarin\zips.
So be patient while building the project the first time.
When the repositories are successfully downloaded only then will you not get any errors and you can build and finally run your project.
Troubleshooting
When you get some errors related to Android, this is due to the old android APIs. So you need to install latest APIs from the Android SDK manager.
For this Open the SDK Manager and install the latest APIs. This will solve the problems related to Android APIs.
I also faced many problems and errors so I updated the SDK tools and installed the latest Android 6.0 (API 23) and all my errors went away.
You can follow up on my other articles to get started with Xamarin Mobile Development.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Joe WilsonPosted Oct 12, 2016, 9:22 AM
Thank you very much.
Santhakumar MunuswamyPosted Jun 9, 2016, 12:39 AM
Thank you for nice share
Kuppurasu NagarajPosted Jun 6, 2016, 11:58 AM
Nice Sharing..
Sonu ChaudharyPosted Jun 6, 2016, 9:42 AM
good one...
Vignesh ManiPosted Jun 6, 2016, 5:12 AM
Nice one
NitinPosted Jun 6, 2016, 3:49 AM
Good one
Rupali ShindePosted Jun 6, 2016, 1:08 AM
thanks for sharing this article :)
RajaPosted Jun 6, 2016, 12:23 AM
Good work....
Debasis SahaPosted Jun 6, 2016, 12:17 AM
Good One..
Praveen SreeramPosted Jun 5, 2016, 8:44 PM
Hope it helps to someone who are in trouble.. One of my colleagues is facing issues in installing Xamarin.. I will suggest to go these articles.. Thank you
Praveen SreeramPosted Jun 5, 2016, 8:42 PM
Another common error could be fixed by setting a property which is explained in the article http://www.c-sharpcorner.com/UploadFile/8c19e8/xamarin-android-and-visual-studio-build-failed-with-no-error/
Praveen SreeramPosted Jun 5, 2016, 8:39 PM
If you are facing any issues ecen After following all the steps specified above.. Delete the zip files or rename it located in C:\Users\[Your User Name]\AppData\Local\Xamarin\zips folder..and rebuild the solution.. Sometimes it would help.. Just a small tip
Afzaal Ahmad ZeeshanPosted Jun 5, 2016, 2:15 PM
Just a tip: It is not required for your to install all of the provided items in the API version. You should just install the required binaries and the OS images that you want to test your application on. Nothing else.