I am currently on Eclipse setting up the Android SDK. In the Android section of Preferences, I have applied the SDK location as C:\android, but no SDK targets are turning up. Why?
I had the same problem the other night when trying to do this. Are you working on Windows or OSX?
Go to step number five on this website, which shows you how to set up the environment variables. After I did this, I was able to get SDK targets to show up when setting up a new project.
I have a simple way like this:
Requirement:
+ Eclipse with installed ADT (any version)
+ Download SDK from developer.android.com.
Practice:
+ Step1: Extracting the downloaded SDK into a folder (Example:f:\android-sdk-windows-1.6_r1\)
+ Navigation Window>Preferences. Then select "android" term in the left panel. Android Preferences appears in the right panel at the moment.
+ Put path of above folder into SDK Location (f:\android-sdk-windows-1.6_r1\)
+ finally click OK
Well, it seems that
1/ you have not downloaded the appropriate SDK (make sure it matches your machine's architecture)
or
2/ you have not extracted it in C:\android
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.