My ADT Bundle says "could not find SDK folder"

android

Solution

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`.

Problem

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.

Original source

Related problems