Tuesday 7 December 2010

DDMS throwing ADB error since SDK API 9 upgrade - Stack Overflow

trying to install Android SDK onto a new Windows 7 Ultimate 64bit OS today. Thought I had SDK conflicts but turns out its a path issue.

Just add
C:\Program Files (x86)\Android\android-sdk-windows\platform-tools

to the Path variable.

FFS!

DDMS throwing ADB error since SDK API 9 upgrade - Stack Overflow: "Failed to get adb version: Cannot run program 'adb': CreateProcess error=2, The system cannot find the file specified."

2 comments:

Marleux said...

Where do I change the path variable and how?

John Oldfield said...

Try this
http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx

John