Originally Posted by
markbyrn Almost solved it but I must have adb 1.0.32 for mac and installing Android Studio doesn't install it and nor can I find the adb file in any of the associated files. Can somebody post it and give me a link or tell me exactly where it is or exactly how to install it using Android Studio SDK Manager - the default install isn't doing it. I need the adb 1.0.32 to sideload the Android 5.0.1 OTA update as the installation aborts saying I need 1.0.32 to install. Thanks much.
So wherever you extracted the SDK, look in there, then open the "Tools" folder (I assume you're doing this from Finder). Inside the Tools folder, double-click the "android" executable. It won't look like a typical install icon (because it's a command line tool; the icon will be a black box). However, when you double-click it, it will launch the GUI:
Check Android SDK Tools and Android SDK Platform-Tools, then click the Install button. It should then load the platform-tools folder, which will have adb and fastboot.