How to install Android Debug Bridge (ADB)
09 Nov 2011The latest Android SDK doesn’t ship with Android Debug Bridge (ADB) included.
Instead, you need to add it by installing the “Android SDK Platform-tools” package via the Android SDK Manager.
Once you’ve done this, it will be available under {path to Android}/android-sdk/platform-tools/ instead of its old location under android-sdk/tools/
Simple!