The first and most important piece of software you need to download is Android Studio. After you have downloaded and installed Android Studio , you can use the SDK Manager to download and install multiple versions of the Android SDK. Having multiple version of the SDK available enables you to write programs that target different devices. For example , you can write one version of an application that specifically targets Android Nougat , but because that flavor Android is on less than 1% of devices, with multiple versions of the SDK you can also write a version of your app that uses older features and targets Marshmallow or Lollipop users. You can use Android Device Manager to set up device emulators.
You can Download Android Studio from https://developer.android.com/studio
Android Studio is packaged in an executable. Run the install process to set up Android Studio. After you've download and run the setup executable, use the following steps to go through the installation process:
1. Click to DOWNLOAD ANDROID STUDIO.
2. Accept the terms and conditions.
3.If you have and older version of Android Studio already installed in your Computer,the Android Studio Setup prompts you to automatically uninstall it.Even though the old version of Android Studio will be uninstalled , the settings and configurations are retained. You have an opportunity to reapply those settings and configurations to Android Studio after the setup has completed. the screen where you are prompted to uninstall an old version of Android Studio.
You can Download Android Studio from https://developer.android.com/studio
Android Studio is packaged in an executable. Run the install process to set up Android Studio. After you've download and run the setup executable, use the following steps to go through the installation process:
1. Click to DOWNLOAD ANDROID STUDIO.
2. Accept the terms and conditions.
3.If you have and older version of Android Studio already installed in your Computer,the Android Studio Setup prompts you to automatically uninstall it.Even though the old version of Android Studio will be uninstalled , the settings and configurations are retained. You have an opportunity to reapply those settings and configurations to Android Studio after the setup has completed. the screen where you are prompted to uninstall an old version of Android Studio.
4. Click Next on the Welcome to Android Studio Setup Screen.
5. Pick which components of Android Studio you want to install from the Screen Shown.Android Studio is selected by default(and cannot be deselected) , which makes sense given that you are going through all of this trouble for the distinct purpose of installing Android Studio. Android SDK and Android Virtual Device are also selected by default. Click Next to accept the default choices and continue.
6. You are presented with the License Agreement , as shown .Click I Agree to continue.
7. On the configuration settings screen,it is best to accept the default locations specified by the setup process and click Next to continue. You see the Choose Start Menu Folder screen. Click Install to kick off the Android Studio installation.
8.Installing Android Studio could take a few minutes , depending on the speed of your computer. You are presented with a progress bar to help you track the state of the installation. Android studio in installed with a default SDK (Software Development Kit). Later in the process you have the opportunity to install other SDKs.The Android SDK allows you to develop and write applications geared for a specific version of Android. In other words, applications written with the Marshmallow SDK run on Android devices running Marshmallow , but they also possibly run on other version depending on which features of the SDK you used in the application.
9. When the install is complete , you will see a Completing Android Studio Setup Screen. Leave the Start Android Studio checked and click Finish.
10. Android Studio prompts you to either import settings from a previous version of Android Studio or continue with new settings. If you uninstalled a previous version in the first step of the installation process, Android Studio offers you a chance to recover the setting used in that previous version and apply them to Android Studio.
Now that Android Studio is installed , you need to adjust the settings and options using the Following Steps:
1. Click Continue at the Welcome screen and choose Standard from the Install Type selection screen shown Next to continue.
2. Click finish on the Verify Setting screen , and Android Studio finalizes the setup process You Know the process is complete when you are greeted with the Welcome to Android Studio Screen.
Now that Android Studio is set up, it's time to install the latest and greatest Android SDK.
You can not Understand That then you can see the video on :- https://youtu.be/6Wh4AE5USrw
Comments
Post a Comment