This tutorial will help you to setup Android Studio IDE.
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.
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.
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.
No comments:
Post a Comment