PDA

View Full Version : ADB in Win 7 64


Code3VW
16th November 2009, 09:16 AM
Hello all,

I'm having trouble getting adb to work in win 7 64 bit...maybe someone can shed some light?

I downloaded and unzipped the Android SDK for windows from http://developer.android.com/sdk/index.html to C:\Android and set the path to C:\Android\Tools

I downloaded Daemon tools lite and installed it

I downloaded Java Development Kit for 64 bit (and the runtime environment for good measures) and installed them

Now, I need to download the drivers for my G1 and utilizing the instructions on the developer website I opened my cmd prompt and typed android and this is the output:

Starting Android SDK and AVD Manager
Access denied
SWT folder 'lib\x86_64' does not exist.
Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.


When I go to C:\Android\tools\lib\x86_64\ there IS a swt.jar file in there....

What gives??

Code3VW
16th November 2009, 09:18 AM
GREAT...the second I post this message I have a revelation...

Going through windows explorer to the android.bat file and right clicking it to run as administrator works...