Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My ADT Bundle says "could not find SDK folder"

Tags:

android

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.

like image 911
Samkough Avatar asked Dec 20 '22 03:12

Samkough


2 Answers

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.

like image 143
Pankaj Kumar Avatar answered Jan 05 '23 02:01

Pankaj Kumar


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.

like image 43
Rohan Kandwal Avatar answered Jan 05 '23 03:01

Rohan Kandwal