Install Android SDK Tools Only on Xubuntu 13.04 Amd64
The Guide Simply shows you Step-by-Step How to Install and Getting-Started with Android SDK Tools Latest Revision for Linux Xubuntu 13.04 Raring Ringtail Amd64 Desktop.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
The Contents and Details of Android SDK Installation Xubuntu are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Here Download Latest Android SDK rN:
Android SDK Tools Linux .tgzLink to Download Latest Android SDK ToolsDouble-Click on Archive and Extract into /tmp
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Install Prerequisite Package
Copysudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Copyapt-get install ia32-libs
Relocate Android SDK
Copysudo chown -R root:root /tmp/android-sdk-linux*
Copychmod -R +xr /tmp/android-sdk-linux*
Copymv /tmp/android-sdk-linux* /opt/android-sdk-linux
Insert Android Tools into User PATH
Copysu <username>
Copynano ~/.bashrc
Append:
Copyexport PATH=/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:$PATH
Ctrl+Shift+v to Paste Content on nano
Ctrl+x to Save and Exit.Load New Settings
Copybash
Updating Android SDK Tools & APIs.
- Start Android Sdk InstallerCopy
cd /opt/android-sdk*
Copysudo su -c "tools/android"
- Select Android SDK Features
Select Accept All to Install All Default Checked Features.
- Installing Android SDK
- Start Android Sdk Installer
Getting-Started Coding Hello-World Android App on Eclipse:
How to Install Eclipse IDE for Android Development on Xubuntu: