Samkough
Samkough

Reputation: 105

My ADT Bundle says "could not find SDK folder"

I am installing my ADT bundle for Android and it keeps giving me this error that says, could not find SDK folder, what do I do to make it work again?

I'm having multiple errors as well as that like:

"Unable to find Action Set: org.eclipse.wb.core.ui.actionset"
"Unable to resolve plug-in "platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif"."
"Unable to resolve plug-in "platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif"."

And many more.

Upvotes: 4

Views: 30136

Answers (2)

Rohan Kandwal
Rohan Kandwal

Reputation: 9336

on Eclipse Go to Windows > Preferences > Android you will see place for SDK location see this image. As you can see in my image browse directory android-sdk.

Note- This location will be different for you depending where you installed the sdk.

Upvotes: 4

Pankaj Kumar
Pankaj Kumar

Reputation: 82978

Did you renamed the unzipped directory? If yes, don't do this. Or it may happen if you changed the location of unzipped directory.

Solution (If you don't want to unzip ADT bundle again)

In Eclipse:- goto Window->Preferences->Android and you will see "SDK Location". Browse to your SDK location and say OK.

Upvotes: 7

Related Questions