top of page
Writer's pictureTrieu Nguyen

How to install Visual Studio 2019 for Mobile Development with Xamarin

Updated: Jun 7, 2020

When it comes to mobile development, Microsoft provides you with free tools to do it. The Community Edition of Visual Studio 2019 is free to use and has all the bells and whistles as the Professional and Enterprise. Of course, Professional and Enterprise have more features but the Community Edition is way more than enough for most developers.



Here are the steps to install and configure Visual Studio 2019:

  1. Launch your favorite browser and search Google for "visual studio"

  2. On the search result page, you should see a link for "Downloads", click that to navigate to the Downloads page of Microsoft Visual Studio 2019 website.

  3. Download the Community Edition installer and run it.

  4. Choose the following components. You can choose extra if you want to but these are minimum * ASP.NET and web development * Azure development * .NET desktop development * Universal Windows Platform development * Mobile development with .NET

  5. Click "Install" and let it run.

  6. Once the installation is completed, close the installer and launch Visual Studio

  7. Choose your development setting and theme color. I usually select General for development settings and Dark for theme color.

  8. Close your Visual Studio

  9. In your windows search bar, enter "hyper". This should bring up "Turn Windows features on or off". Click to launch it.

  10. In the windows that pops up, check the "Hyper-V" checkbox

  11. Check the "Internet Information Services" checkbox. In the sub-category "Application Development Features", check ASP.NET 3.5 and ASP.NET 4.7. In the sub-category "Security", check "Basic Authentication"

  12. Scroll further down and check the "Windows Hypervisor Platform".

  13. Click OK and let it install.

  14. Once the installation is completed, restart your computer



116 views0 comments

Recent Posts

See All

Comments


Subscribe to get notified of new posts.

Thanks for submitting!

bottom of page