My ADT Bundle says: "Could not find SDK folder"

I install my ADT package for Android, and it continues to give me this error, which says: could not find the SDK folder, what should I do to make it work again?

I have a few errors as well:

"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 a lot more.

+4
source share
2 answers

Did you rename the unpacked directory? If so, do not do this. Or it can happen if you change the location of the unpacked directory.

Solution (if you do not want to unpack the ADT package)

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

+7
source

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

Note. . This location will differ for you depending on where you installed sdk.

+4
source

Source: https://habr.com/ru/post/1491051/


All Articles