I am using Android Studio version 3.5 for this Tutorial.
Step 1: Launch your Android Studio and you will see appear the welcome screen as above. After that click on the "Start a new Android Studio project".
Step 2: After that you will see "Choose your project" as screen below. Multiple tab available for different platform. In this tutorial i am using Phone and Tablet design. Multiple template available to choose for your startup project. I am choosing "Empty Activity" for this tutorial.
Important Note : Each of the template will have completed code to startup your project template.
Step 3: After that click "Next". In this screen you will need to enter your "Name", "Package Name", "Location", "Language" & minimum api level.
Important Note :
1. Name is the project name.
2. Package name is the unique identifier when you publish to google play store. You are not allow have the same package name where current existing in the google play store.
3. You can change the path directory for your project.
4. Language available are either java or kotlin.
5. Minimum api level describe android OS level your application have to supported.
(can refer to official website)
Step 4 : After that click "Finish" and wait for the build successfully message show as below.
Step 5 : After that can run on either your phone or emulator to see the result "Hello World".
THE END. HAPPY LEARNING. :)
No comments:
Post a Comment