Operating System
Operating System
This is how, we can install Android Studio on windows 10, as we tick on Start Android Studio
option, the Android Studio will launch automatically as soon as we click on Finish button.
• This is how, we can install Android Studio on windows 10.
• as we tick on Start Android Studio option, the Android Studio will launch
automatically as soon as we click on Finish button.
• Now Lets move on to Android Studio Setup.
9.Here is the Welcome Screen.
Click on Next.
10. It will ask for the Android Studio installation type. Mostly we can go
with Standard setup, if you have any specific configuration setup then you can select
the Custom option to manual setup. Now choose Standard Setup, and click on Next.
11.It will ask for the UI Theme, by default it would be IntelliJ, then directly you can
click on Next.
12.It will download all necessary components to launch the Android Studio and setting
up the environment. 13. After download and installation click on Finish.
13.The Android Studio has been successfully configured. Now it’s time to launch and
build apps. Click on the Finish button to launch it.
Step 9: Click on Start a new Android Studio project to build a new app.
• Installaing Additional Android SDK Package:
• Once your Android Studio project is opened, go to Tools > SDK Manager (in
older versions of Android Studio, this option was Tools > Android > SDK
Manager)
Once you select SDK Manager option, Default Settings screen would be opened
with Android SDK option selected by default, as shown in the below image. Also,
please note that there are 3 main tabs in this screen – SDK Platform, SDK Tools and
SDK Update Sites. We will be checking only the first two tabs – SDK Platform and
SDK Tools
• In SDK Platform tab, check that the latest version of Android is installed. Even if it
shows Update available, it means that the version is installed. It’s just that a new update
is also available.
• If you are working on real android devices then it doesn’t matter if your device’s OS
version doesn’t match with the OS version installed in Android SDK. For example, in the
below screenshot Android 7.1.1 is shown as installed, but you can use your real device
even if it runs on any other version, say Android 6.0.
• If you want to create an emulator on Android 5.1, then you need to install Android 5.1
from this Android SDK screen. If you intend to use real device, leave this screen as it is.
But if you want to use some emulator, then select the Android version you want to install
on that emulator.
• Click on SDK Tools tab. Verify that the components highlighted in the red boxes in the
below image are already installed.
• If all the components that are marked with red box in the above image are installed or in
Update Available status, then you can click on OK button to close this screen. If any of
these components is not installed, then you can click on the checkbox against that
component and then click on Apply button to install the component.
• You now have all the necessary SDK tools and platforms installed on your machine.
You can now close Android Studio.
• Installation of Emulator:
1. Click ” Tools —> Device Manager ” in the top menu bar. Or click the Device
Manager icon directly in the android studio top toolbar.
2. Then the Devices Manager window will pop up. There are 2 tabs ( Virtual, Physical )
on the window top area.
3. Click the Virtual tab, if there do not have any existing AVD in the list, click
the Create device button to create one.