Android SDK issue on Windows 7 x64


I recently installed the Android SDK and Eclipse (32-bit) onto my Windows 7 Ultimate 64-bit machine. First thing I wanted to do was go through the Android Hello World Tutorial.

Well, I ran into the following error message:

‘java’ is not recognized as an internal or external command, operable program, or batch file. SWT folder ’’ does not exist. Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.

Android Error Message 64-bit

I read somewhere that I should install the x64 Java version. However, when I went to Java download page, it didn’t even have the x64 version available to download. Turns out that the problem was that I was using Google Chrome to browse there. I had to use Internet Explorer (x64 bit version) to get the x64 Java link to even show up!

This worked for me, but you can check out the following link at StackOverflow: https://stackoverflow.com/questions/1919340/android-sdk-setup-under-windows-7-pro-64-bit

See also