Install Android SDK Tools Only on Xubuntu 13.04 Raring
The Guide Simply shows you Step-by-Step How to Install and Getting-Started with the Latest Android SDK Tools Only Latest Revision for APIs 4.x/5.x/6.x for Linux Xubuntu 13.04 Raring Ringtail i386/amd64 Desktop.
Moreover, to make the Process Easier to Visualize the How to Install Android SDK Tools on Xubuntu 13.04 Raring Includes the Basic Screenshots of All GUI Steps involved.
The Contents and Details of Android SDK Tools Installation Xubuntu are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)
-
Download Latest Android SDK Tools Only rN
-
Double-Click on Archive and Extract into /tmp
-
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
For 64-bit Only Install Required Multi-Arch Packages
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
apt-get install ia32-libs
-
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
-
Insert Android Tools into User PATH
su <username>
nano ~/.bashrc
Append:
export 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
bash
-
Updating Android SDK Tools & APIs.
cd /opt/android-sdk*
sudo su -c "tools/android"
- Select Android SDK Features
Select Accept All to Install All Default Checked Features.
- Updating Android SDK
-
Getting-Started Coding Hello-World Android App on Eclipse
Android App Hello-World
How to Install Eclipse IDE for Android Development on Xubuntu: