Android SDK Tools Quick Start for Ubuntu 15.04 Vivid
You are Welcome! The Tutorial Shows You Step-by-Step How to Install and Getting-Started with Android SDK Tools Only on Ubuntu 15.04 Vivid Vervet i386/Amd64 GNU+Linux.
The Android SDK Tools Installation is Essential for Getting-Started with Android Development on Ubuntu Linux.
To the How to Install Android SDK Tools for Ubuntu 15.04 Bottom Link to Guide on Installing Appcelerator Titanium for Cross-Platform Apps Development on Ubuntu.

-
Open Terminal Window
(Press “Enter” to Execute Commands) -
Download Latest Android SDK for Linux
-
Double-Click on Archive and Extract into /tmp
Or from Command Line:
tar xvzf ~/android-sdk*.tgz -C /tmp/
-
Install Required Multi-Arch Packages
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
apt-get install libstdc++6:i386 lib32z1 lib32ncurses5 libbz2-1.0:i386
-
Relocate Android SDK
sudo chown -R root:root /tmp/android-sdk-linux*
chmod -R +xr /tmp/android-sdk-linux*
mv /tmp/android-sdk-linux* /opt/android-sdk-linux
-
How to Install Required Oracle-Sun JDK 7 on Ubuntu Linux
-
Insert Android Tools into User PATH
su <username>
nano ~/.bashrc
export PATH=/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:$PATH
Ctrl+Shift+v to Paste Content into nano
Ctrl+x to Save and ExitLoad New Settings
bash
-
Updating Android SDK Tools & APIs.
cd /opt/android-sdk*/tools
sudo su -c "./android sdk"
Re-Start the Android SDK Installer After the First, Installation to Continue with APIs and Tools Installation!
Restart Again if Prompted to Get Installed the Latest API…
Select the wanted API’s and Build-tools and Wait Until the Download and Installation is Achieved.
-
Getting-Started with Android App Development on Ubuntu
How to Install Android SDK Studio Bundle for Ubuntu:
How to Install IntelliJ Android Studio on Linux Ubuntu Distro.
How to Develop Android Cross-Platform Apps with Appcelerator on Ubuntu:
Getting-Started in Android App Development with Cross-Platform Appcelerator Titanium Studio IDE.
Tags: Android, android development kit, android sdk tools ubuntu, android tutorial, Getting Started, Guide, How-to, Install, install android sdk tools ubuntu, install android sdk ubuntu, Linux, Linux Tutorial, mobile development tutorial, Tutorial, Ubuntu, Ubuntu 15.04 Vivid Vervet, ubuntu linux, ubuntu tutorial