1
I am trying to add the Android Debug Bridge to my PATH in Win XP so that Eclipse won't complain about not being able to find it.
Even after I add the platform-tools directory to the path and reset the computer, adb is still not found by the command prompt.
My current path is: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\WINDOWS\system32 \WindowsPowerShell\v1.0;C:\Android\android-sdk-windows\platform-tools;
Does anyone have any advice on how to fix this?
If I remember right, path variables only specify the immediate folder to search in (that is, it won't search inside children folders on the path you specified). Are you sure you are pointing to the right folder? – rlb.usa – 2010-12-09T22:33:48.320
Yes, adb.exe is in the platform-tools directory. – Jazzy Josh – 2010-12-10T03:29:38.433