Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

adt

"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 old question I decided to make a new one because still it's not solved.

Recently I changed my system from 32 to 64 and currently I cant Run my ADT. When am using 32 its works fine. I installed 64 bit ADT (Build: v21.1.0-569685) and updated everything. Now My ADT contains 6.41 GB.

Now when am trying to run Eclipse I got a popup like enter image description here

When I am searching this I got a solution like Window -> Preference -> Android -> SDK Location Set the path of the Android SDK in your computer there.

But when I am trying for this OK button is not enabled. enter image description here

When I am trying to Access AVD again a popup came enter image description here

When I am trying to create a new Project, another Popup is shown like

enter image description here

When I am trying to update - Mo Updates Found message is showing

enter image description here Can anybody offer some advice on this problem?

like image 772
ULLAS MOHAN.V Avatar asked May 24 '13 08:05

ULLAS MOHAN.V


2 Answers

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

like image 165
ULLAS MOHAN.V Avatar answered Oct 05 '22 05:10

ULLAS MOHAN.V


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.

like image 36
ombiro Avatar answered Oct 05 '22 06:10

ombiro