Is it possible to develop an Android app using Visual Studio Community 2017?

Jayaram Krishnaswamy 1 Reputation point
2021-09-12T03:24:13.897+00:00

When Windows Mobile was alive it was possible to develop cross-platform mobile apps using V. S. Community (2017, 1019, 2021, etc.?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JarvanZhang 23,951 Reputation points
    2021-09-13T08:15:57.457+00:00

    Hello @Jayaram Krishnaswamy ,​

    Welcome to our Microsoft Q&A platform!

    We can develop a Xamarin.Android application using Visual Studio, the project is coded by csharp. VisualStudio 2017 may not support the lastest function, it's suggested to use the lasted stable version Visual Studio.

    If you want to develop a cross-platform mobile app, please try to create a Xamarin.Forms app. Xamarin.Forms is an open-source UI framework and allows developers to build Xamarin.iOS, Xamarin.Android, and Windows applications from a single shared codebase.

    For more details, you could refer to the following docs:
    https://learn.microsoft.com/en-us/xamarin/get-started/what-is-xamarin
    https://learn.microsoft.com/en-us/xamarin/get-started/installation/windows

    Best Regards,

    Jarvan Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.