It can be easily installed on Ubuntu 20.04 by adding the official android repository. ConclusionĪndroid Studio has become the prime IDE for android apps development. Pick the device, and the app would be installed on the android device. The Android Studio will display all the available Android devices. The ‘Hello World’ text is already added in the xml file.Īttach your Android device to the machine and click on the green-colored “Run” button. In the ‘activity_main.xml’ file, you will find the xml code for the activity design. Navigate to the ‘res’ directory, expand the ‘layout’ folder, and open the ‘activity_main.xml’ file. I have selected API level 23 Android 6.0(Marshmallow). Next, from the ‘Phone and Tablet’ section, select the ‘Empty Activity’ and click on ‘Next’.Įnter the application name, choose your preferred programming language, i.e., Kotlin or Java, select minimum SDK version, and click on the “Finish” button. To create the first Android application, click on the first option, “Create New Project”. Create your first Android Applicationįollowing is the Android Studio’s Dashboard screen that appears after initial configuration. The components will be downloaded successfully.Īlright! The Android Studio initial configuration is done. Read the information carefully and click on ‘Finish’. Next, the Android Studio will show some information regarding Emulator Settings. Now, the android studio needs to download some required components. On the following screen, select the theme as per your choice and click on ‘Next’. Therefore, select the ‘Standard’ option and click on ‘Next’.Īndroid Studio comes up with two beautiful and attractive built-in themes. It is suggested to choose the ‘Standard’ install Type. Select the appropriate data sharing policy as per your choice.
The Android Studio will ask for the ‘Data Sharing’. On the ‘Android Studio Setup Wizard’ screen, click on ‘Next’. On the ‘Import Android Studio Settings’ screen, select the ‘Do not import settings’ option, and click on ‘OK’. Click on the application icon, and the android studio will be opened. The Android Studio application will appear. Go to the application menu and write ‘Android Studio’ in the search bar. Upon the first launch, we need to perform some initial configuration.įirst, launch the android studio.
Perform Android Studio’s initial configuration
’To continue the installation process, press ‘y’. During the installation, the command line prompt with ‘y/n’ option.