Create your first Android project
To create a new Android project in Visual Studio, follow these steps:
- Click on
File
|New
|Project
:

- From the left pane, click on
Android
and then selectBlank App (Android)
:

- In the
Name
section, give a name to the project, select a preferred location for your project, and click on theOK
button. You'll get the screen shown in the following screenshot:

Congratulations, you've created your first Android project in Visual Studio.