Skip to content Skip to sidebar Skip to footer

Android Sdk Setup In Eclipse

Which android sdk should be downloaded with eclipse galileo 3.5 version. and what ADT Plugin should be installed? i downloaded android sdk 1.6 and initially installed adt 0.7 plugi

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:

Doing a quick search i found this:

how to install android sdk on eclipse 3.5

Solution 3:

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

  1. Install jre7 with Netbeans

  2. install eclipse

  3. install ADT

  4. 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"