Location of the android sdk has not been setup in the preferences in mac os?

后端 未结 20 1816
北荒
北荒 2021-02-01 12:26

I am installing the Android SDK along with Eclipse in mac os. Whenever I try to start a new project development I get an error location of the android sdk has not been s

20条回答
  •  死守一世寂寞
    2021-02-01 13:02

    I got this message after updating eclipse platform-tools and tools from the SDK Manager and then it was impossible to update the SDK path because I had an old version of ADT plugin.

    Whenever you get this error message in a prompt right after eclipse loaded, you should do the following:

    1. Go to Help - Install new software
    2. Click on Available software sites
    3. Delete the link http://dl-ssl.google.com/android/eclipse/
    4. Reboot eclipse
    5. Go to Help - Install new software
    6. In the box "Work with" add http://dl-ssl.google.com/android/eclipse/ again
    7. Install ADT and accept whatever that prompts.

    This is how my problem with this message got solved.

提交回复
热议问题