Skip to content Skip to sidebar Skip to footer

Location Of The Android SDK Has Not Been Set Up In The Preferences In 64 Bit Windows

'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 comment on an

Solution 1:

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 :-)


Solution 2:

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.


Solution 3:

I have faced the same issue Answer : 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


Solution 4:

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.


Solution 5:

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

Post a Comment for "Location Of The Android SDK Has Not Been Set Up In The Preferences In 64 Bit Windows"