Tutorial to Setup Android Studio

pic1

This tutorial will help you to install Android Studio IDE (Windows)

1. Download Android Studio from Developers Site. Now, Android Studio is the official IDE for Android, so anyone using Eclipse should migrate to Studio to receive latest updates.

Click Here to Download

2. Run the exe file and go through the various steps to install Studio.

Common Issues Faced

1. Cannot start Android Studio (No JDK Found)

It’s a common issue that most of the people face while installing Android Studio. This problem occurs because java path is not set. Select Start -> Computer -> System Properties -> Advanced System Properties -> Advanced Tab -> Environment Variables Add a new system variable PATH that points to your installed JDK directory. Eg: C:\Program Files\Java\jdk1.7.0_21.

pic2     pic3

2. SDK out of date

This error occurs when your SDK is not updated. So to rectify it, open SDK Manager and update your SDK Tools to latest version available. After updating, restart your Android Studio and now the error will disappear.

Leave a comment