

The process is quick, straightforward, and it comes directly from Google, as well.

This standalone package gives you everything you need in an instant - no messy drivers to work with, and no fancy programs to install either. Thankfully, Google has simplified things by releasing their SDK Platform Tools package. It involved universal ADB drivers, installing the Android SDK, and often a little troubleshooting. There was a time when installing ADB and Fastboot on your computer required a bit of effort. Step 1: Download the Platform-Tools Package The required platform works with the three most popular computer operating systems, too, which is good news for everyone. This paves the way for many new tweaks and customizations that weren't possible before. They can do everything from backing up your device to unlocking your bootloader with a few simple steps.

Source: Install Android SDK Manager (Revision 20) From PPA On Ubuntu 12.ADB and Fastboot are probably the most essential tools for any Android aficionado. sudo chmod -R 755 /root/android-sdk-linuxĪdd these lines (at the top) #AndroidDev PATHĮxport PATH=$:/root/android-sdk-linux/platform-tools Now you will need to set your environmental variables.įirst you will need to make everything executable. You can deselect anything else you don't need. So I updated the link in the menu, you can also run: gksu android-sdkįrom there you will need to install "Android SDK Platform-Tools" I also recommend updating "Android SDK Tools". Well the link in the menu didn't do much. Only issue at this point is that android-sdk needs to be run as root. sudo add-apt-repository ppa:upubuntu-com/sdk If you want to install the SDK which will allow you to update everything you can install via the upubuntu ppa. Source: Install ADB And Fastboot Android Tools In Ubuntu Via PPA Install Android SDK via PPA Sudo apt-get install android-tools-adb android-tools-fastboot sudo add-apt-repository ppa:nilarimogard/webupd8 But I prefer to use PPAs to keep everything up to date. Granted you can install directly from google. You can install from the WebUpd8 PPA which support both 32-bit and 64-bit.
