0

I've installed eclipse, ADT plugin for it and I get an error "Location of the Android SDK has not been setup in the preferences". I go to preferences but I can't find the root directory of android SDK. Where is it?

edit: I've set the location to the preferences. Now I get the error 'Android SDK Content Loader' has encountered a problem parseSdkContent failed

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
Sergey
  • 11,548
  • 24
  • 76
  • 113

1 Answers1

0

Have you downloaded the SDK starter package from here? If not download to a directory of your choice and then point Eclipse to that directory.

HenrikS
  • 4,170
  • 3
  • 34
  • 33
  • I've downloaded it, and set the location to the preferences. Now I get the error 'Android SDK Content Loader' has encountered a problem parseSdkContent failed – Sergey Oct 03 '11 at 09:53
  • Look at the answers to this: http://stackoverflow.com/questions/5019051/problem-with-android-sdk-content-loader – HenrikS Oct 03 '11 at 20:41