Android Sdk Setup In Eclipse
Solution 1:
http://developer.android.com/sdk/eclipse-adt.html
you can see ADT 16.0.0+ requires Eclipse Helios (Version 3.6), so I think you need ADT 15.0.1
Solution 2:
Solution 3:
You download the SDK for your OS. http://developer.android.com/sdk/index.html If you use windows, I recommend the exe file for you. http://developer.android.com/sdk/eclipse-adt.html http://developer.android.com/sdk/installing.html
Solution 4:
You can download the Android SDK from http://developer.android.com/sdk/ index.html. Once the SDK is downloaded, unzip its content (the android-sdk-windows folder) into the C:\Android\ folder, or whatever name you have given to the folder you just created.
Once Eclipse is up and running, select the Help >> Install New Software In the Install window that appears, type http://dl-ssl.google.com/android/eclipse in the text and click Add
Solution 5:
You may reinstall the eclipse by the following steps
Install jre7 with Netbeans
install eclipse
install ADT
in the step 3, you are asked to install Android SDK version by which package. click the top option
Post a Comment for "Android Sdk Setup In Eclipse"