Reputation: 31283
I'm just getting started with Android development on my Win 7 machine. I have installed all the platforms from the SDK manager.
But when I go to preferences from Eclipse to add them, it shows only two of them.
In the SDK folder even, there are only those two platforms.
I have deleted and re-installed some of the platforms (like 2.2) to see if they'd appear again but to no avail.
Can anyone tell me if I'm overlooking a step or something here? How can I add the other platforms too?
Upvotes: 0
Views: 607
Reputation: 15774
Change the SDK Location in Eclipse to C:\Program Files\Android\android-sdk
. That is where the SDK is located, as you can see in the SDK Path
in SDK Manager.
Upvotes: 2