Josh (the blog)

Hey there. I’m Josh, a SydneyCanberra-based maker of Internets. I don’t update this very often.


@joahua

How to install Android Debug Bridge (ADB)

The 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!