

This page is used to set a minimun version of Android that you want to support, I selected "API 9: Android 2.3 (Gingerbread)" because 99.1% of Android device running Android version 2.3 and above.

This step Android Studio will generate automatically. I use "" as domain name the Java Package will be "me.". Java Package will naming by use your reversed domain name and follow by the application name. Package Name: The name of Java Package, it is used to organize Java classes into namespaces.but don't worry if you don't have it, you can enter anything such as. Company Domain: Enter your company demain main name if you have.Application Name: The name of your application.This is the first screen that you will see after click "New Project." button, it's used for setting up the project properties. If this is first time that you have run the program, you will see a project list window then click New Project. I recommend you to use Oracle JDK but if you want to use OpenJDK, you have to install OpenJDK version 7 or above.įirst of all, open an Android Studio and then click the File menu and select New Project. Note: Android Studio requires Java SE Development Kit (JDK) version 6 or higher.

In this article I will use an Android Studio to create the "HelloWorld" application, so you can download an Android Studio from it Official Download Page. "Hello World" application will only display the text "Hello World" on the screen but it is an importance step to make sure that your development environment is work properly. This application called "Hello World", it is a simple program that programmers write when they learn a new programming language or platform. This article will guide you to create your first Android application. Deploy the Application to Virtual Device.
