Install Android SDK on Ubuntu 13.10 Saucy
The Guide Simply Shows You Step-by-Step How to Install and Getting-Started with Android SDK Tools Only Latest Revision for APIs 4.x/5.x/6.x Ubuntu Linux 13.10 Saucy Salamander i386/amd64 Desktop.
And the Android Software Development Kit (SDK) Command Line Tools is the Collection of Libraries, Tools, Documentation, and Samples that are required to Run and Develop Android Apps.
To Make the Entire Easy to Understand and Visualize the How to Install Android SDK on Ubuntu 13.10 Saucy Includes the Basic Screenshots of All GUI Steps involved.
The Contents and Details are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

-
Download Android SDK Tools Only rN
-
Double-Click on Archive and Extract into /tmp
-
Open Terminal Window
(Press “Enter” to Execute Commands) -
For 64-bit Arch Only Install Required Libraries
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
-
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 into nano
Ctrl+x to Save and Exit.Load New Settings
bash
-
Update Android SDK Tools & APIs.
- Start Android SDK Manager
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 Tools & APIs
- Start Android SDK Manager
-
How to Install Recommended Oracle-Sun Java JDK on Ubuntu
-
Getting-Started with Hello-World Android App on Eclipse ADT
Android App Hello-World
Tags: Android, android development, Android SDK, android sdk ubuntu, Guide, How-to, Install, install android sdk linux, install android sdk ubuntu, Linux, Tutorial, Ubuntu 13.10 Saucy