Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid SDK Setup under Windows 7 Pro 64 bit
    text
    copied!<p>The short version of my issue at hand, </p> <ul> <li>Windows 7 Professional x64</li> <li>Java JDK 1.6.0_17 x64</li> <li>Eclipse Galileo w\ADT Plugin installed</li> <li>Android SDKtools r04</li> </ul> <p>Since the Android SDK download now only includes the tools, you have to run the included SDK Manager application (SDK Setup) through which you can download the platforms, additional tools, docs,etc.</p> <p>Under my current configuration SDK Setup bombs on launch, so, I can't do anything since I do not have a single platform to start writing against...I've read a few places that the fix is "just install the 32 bit JDK and all will be well" that seems surprising and disappointing option for a work around(downloading it now to try).</p> <p>My question is this, anyone else run into this same issue and how did you get past it? Is there a place I can "download by hand" the components I need that I missed on the <a href="http://developer.android.com/sdk/index.html" rel="noreferrer">Android SDK site</a>? </p> <p>Odds are pretty good that the 32 bit "fix" will work, but that seems wrong that I'll have to install a secondary version of the same SDK/JRE just to run this tool and to download the actual Android SDK components</p> <p>Thanks!</p> <p><strong>UPDATE:</strong> Well, the work around that requires you to also install 32 bit java and referencing that as your JAVA_HOME worked, either by calling the SDK setup manually or through eclipse. I'm not particularly happy with that, so I'll leave this one open for the time being in case there are other ways to get this done that people may know about.</p> <p><strong>UPDATE 2:</strong> Not directly related since it is Linux centric, but there are <a href="http://developer.android.com/sdk/installing.html#troublehooting" rel="noreferrer">troubleshooting steps if trying to run the SDK/Eclipse under Linux 64bit</a> where they reference the need to be able to run 32 bit, but nothing similar under windows x64</p> <p><strong>FINAL UPDATE (?)</strong> Taking the info Seth's answer gave me, and running the bat manually(once I knew what file SDK Setup was running) the answer for me was simply adding ANDROID_SWT path variable that pointed to a valid location with the x86_64 swt.jar....the android sdk directory had one, seemingly in the right place, but it couldn't find it until I added that to my path.</p> <p>Thanks All!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload