Steps To Install Android Studio: Practical 1 Building A Simple Hello World Application
Steps To Install Android Studio: Practical 1 Building A Simple Hello World Application
Practical 1
Step – 1:
Head over to bellow link to get the Android Studio executable or zip file .
https://developer.android.com/studio/#downloads
Step – 2:
Click on the download android studio button .
Click on the “I have read and agree with the above terms and conditions” checkbox followed by the
download button.
Click on save file button in the appeared prompt box and the file will start downloading.
Step – 3:
After the downloading has finished, open the file from downloads and run it .
It will prompt the following dialogue box
Click on next.
In the next prompt it’ll ask for a path for installation. Choose a path and hit next.
Step – 4:
It will start the installation, and once it is completed, it will be like the image shown below
Click on next
Step – 5 :
Once “Finish” is clicked, it will ask whether the previous settings needs to be imported [if android
studio had been installed earlier], or not.
It is better to choose the ‘Don’t import Settings option’ .
Step – 6 :
This will start the Android Studio.
Step – 7:
After it has found the SDK components, it will redirect to the Welcome dialog box .
Click on next .
Click on Finish .
In the Welcome to Android Studio window, click Start a new Android Studio project.
If you have a project already opened, select File > New > New Project.
In the Choose your project window, select Empty Activity and click Next.
3. If you'd like to place the project in a different folder, change its Save location.
4. Select either Java or Kotlin from the Language drop-down menu.
Click Finish.
After some processing time, the Android Studio main window appears.
Note
Output