How to setup android studio for android development
- System Requirements
- Windows 32 or 64
- Minimum 2 gb RAM good to have 4 gb RAM.
- 1gb hard disk
- JDK 7
- What is Android studio
This is the IDE for android development. Before android studio, we used eclipse plugin and android SDK . now android got its own IDE “Android Studio 1.0” , Based on JetBrains’ IntelliJ IDEA software. I am sure now you will enjoy the android development.
Follow the below steps to install Android studio 1.0
Step 1
Download android studio
Browse the below link and download the android studio for windows
http://developer.android.com/sdk/index.html

Step 2
Double click on the android-studio-bundle to start installation
Please wait while verifying the installer

After some time you should see the below screen, which will guide you how to install

Now click next

Now select all three components for installation and click next

Now Click “I Agree” button

Again you should click on “I Agree” button for Intel Hardware installation

Change the path where you want to install the studio and SDK.

Now click install.
Wait while installing the studio

Please wait it may take time

You will may see extra popup , dont close the popup

It may install Visual C++ installation if it is not there in your system

Click Next

Click Finish, We have completed the “Android Studio 1.0” installation.
Step 3
One Time Setup

Android studio installation is finished now opening the studio for development.
Fist time configuration
Please select the option form the below

Click OK
Now android studio Setup is done.
Step 3
Open the Android Studio



It may download some component first time. Android Studio 1.0 Installation and setup is done .
Step 4
Update the android SDK manager

Click on SDK Manager

select the require package and install. If you dont understand what are the tools to install, then select all and click “Install package”
Step 5
AVD Configuration
Click on AVD Manager

Click “create virtual device”

Select phone version and Click Next

Click next.

Provide the Name for AVD and click Finish.

Wait while creating AVD.

AVD created. All the configuration and setup done . Enjoy the Android devlopment
Examples
Leave a Reply