How to create an Android app with Android Studio
The following pages teach you how to build a simple Android app. You’ll learn how to create a “Hello World” project with Android Studio and run it. First, be sure you have installed the latest version of Android Studio. Download Android Studio here . In the Welcome to Android Studio window, click Start a new Android Studio project . Or if you have a project opened, select File > New Project . In the Create New Project window, enter the following values: Application Name : “My First App” Company Domain : “example.com” You might want to change the project location. Also, if you want to write a Kotlin app, check the Include Kotlin support checkbox. Leave the other options as they are. Click Next . In the Target Android Devices screen, keep the default values and click Next . In the Add, an Activity to Mobile screen, select Empty Activity and click Next ...
Comments
Post a Comment