Create an Android Project This lesson shows you how to create a new Android project with Android Studio and describes some of the files in the project. 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 . In the Configure Activity screen, keep the...
Comments
Post a Comment