What is wrong here?
C:\android-sdk-windows\tools;C:\Program Files (x86)\Java\jre6\bin\java.exe
Keep getting this error when closing SDK down.
Java is installed to that DIR and I have tried space before ; and after etc. =\
*** Following this guide so I can use ADB etc ***
Windows
Instructions from Android Developers and ADB, Fastboot, and Nandroid for Noob
1. Download the latest Android SDK.
2. Unzip to C:\AndroidSDK
3. Right-click on (My) Computer, and select Properties
4. Go to Advanced settings
* XP: Click the Advanced tab
* Vista/7: Click Advanced system settings on the left
5. Click the Environment Variables button
6. double-click on Path (under System Variables)
7. Add the full path to the tools/ directory:
C:\AndroidSDK\tools\
(make sure a semicolon (

separates this new path from all the others)
Latest windows sdk version appears to need: "C:\AndroidSDK\android-sdk-windows\tools", install location may change with further updates..
1. Run C:\AndroidSDK\SDK Setup.exe
2. If it gives you an error go to settings and click on "Force http//....."
3. Unselect all options except for the USB driver
4. If you can't get the setup to work, download the USB-DRIVERS folder - HERE (Windows XP/Vista/Windows 7)
5. On your phone, click Settings > Applications > Development and make sure USB Debugging is on.
6. Plug your phone into your computer via USB cable (it needs to be on). It should say installing drivers if using Windows.
7. After it installs the drivers, goto the Start menu and type cmd into the search bar (Vista or higher) or click Run then type in cmd (XP) to open the command prompt.
8. Type the following into the command prompt window:
adb devices
You should see a serial number pop up, it’s the serial number of your phone. This means you are all set. If you do NOT see a serial number, then we need to reinstall the drivers.
1. Download USBDeview
2. While the phone is still plugged in, open USBDeview and sort by manufacturer. Find all the HTC/Android drivers and uninstall them all. (Windows Vista requires program to be run as an administrator, otherwise files won't uninstall.)
3. Once all have been uninstalled, unplug the phone from the USB cable and plug it back in.
4. The correct drivers should reinstall automatically (check the drivers as they are installing, one should say ADB Device driver).
5. To check, go to Devices in your Start menu then click on the “Android Phone”. Click on the Hardware tab, and check the list of drivers for ADB Interface under Type.
6. Done! Now you can use ADB to alter your phone from your computer.