Location of the Android SDK has not been set up in the preferences in 64 bit Windows

后端 未结 6 2263
悲哀的现实
悲哀的现实 2020-12-06 01:16

\"Location of the Android SDK has not been set up in the preferences in 64 bit Windows\" - I know this problem has been addressed before several times, but rather than comme

相关标签:
6条回答
  • 2020-12-06 01:52

    How to Update your ADT to Latest Version?

    In Eclipse go to Help

    Install New Software ---> Add

    inside Add Repository write the Name: ADT (as you want)

    and Location: https://dl-ssl.google.com/android/eclipse/

    after loading some time you will get Developer Tools and NDK Plugins

    check both if you want to use NDK in the future or check Developer Tool only

    click Next

    Finish

    Now My Problem Solved :-)

    0 讨论(0)
  • 2020-12-06 02:01

    The issue may arise if you are running IntelliJ Idea or any other IDE that uses / shares the same Android SDK. After running IntelliJ Idea, and thereafter running Eclipse, the Eclipse IDE fails to get the path of the SDK. In Eclipse go to Window > Preferences > Android and change the back slashes to forward slashes. For e.g, D:\eclipse\android-sdk to D:/eclipse/android-sdk and press Apply.

    0 讨论(0)
  • 2020-12-06 02:06

    I have faced the same issue Solution: go to the below URl https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip Extract the folder and now go to the preferences and select the SDK folder from the Extracted Folder, and apply it . the problem will be resolved

    0 讨论(0)
  • 2020-12-06 02:08

    It means the "Android SDK" folder is empty, that's why it does not want to add it to Eclipse. Here are the contents of the Android SDK folder:

    Windows: https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

    Mac: https://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip

    Download and extract the contents to a new folder and name it android-sdk and link that directory to Eclipse and you are all set!

    0 讨论(0)
  • 2020-12-06 02:10

    How to update your ADT to the latest version:

    1. In Eclipse go to Help ---> Install New Software ---> Add ---> Add Repository
    2. Write the Name: ADT (as you want) and Location: https://dl-ssl.google.com/android/eclipse/
    3. After loading some time, you will get Developer Tools and NDK Plugins
    4. Check both if you want to use NDK in the future, or check Developer Tool only
    5. Click Next
    6. Finish
    0 讨论(0)
  • 2020-12-06 02:17

    Go to preferences, find "Android" on the sidebar and then there will be a box for SDK location, point it to the SDK. Read over http://developer.android.com/sdk/installing.html if you're still stuck.

    OR

    Go To Eclipse >> Windows >> Preferences and click on the left tab Android and you will see the below image with some text above as

    “This Android SDK requires Android Developer Toolkit version 14.0.0 or above. Current version is 11.0.0.v201105251008-128486. Please update ADT to the latest version.”

    And Update..

    Go to Eclipse >> Help >> Check for Updates.

    Please don’t forget to close Eclipse after the Updates complete.

    0 讨论(0)
提交回复
热议问题