PDA

View Full Version : [xubuntu] Android SDK on Ubuntu



lubox2
October 28th, 2015, 09:27 PM
Hello,

I followed this instructively description about Android SDK on Ubuntu https://help.ubuntu.com/community/AndroidSDK

But in the section "Downloading the SDK platform tools" I dont know what exactly of the packages do I need, if I need only ADB and fastboot to do an installation of Cyanogenmod on my smartphone from my laptop with Ubuntu.

Thank you.

mystics
October 28th, 2015, 10:42 PM
If all you want to do is install adb and fastboot, just type the following commands into a terminal:



sudo add-apt-repository ppa:phablet-team/tools
sudo apt-get update
sudo apt-get install android-tools-adb android-tools-fastboot


You don't need to get them from the Android SDK.