Android SDK 4.1 How-to Install for Lubuntu 12.10 Quantal Easy Visual-Guide
The Post Show Simply and Step-by-Step How-to Install and Getting-Started with Android SDK 4.1 for Linux Lubuntu 12.10 Quantal Lxde Desktop
To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.
The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive ;)

-
Download Latest Android SDK:
Android SDK 4.1 Linux tar.gz - Double-Click on Archive and Extract into /tmp
- Open Terminal Window
- Relocate Android SDK
sudo su
mv /tmp/android-sdk-linux /opt
- Installing Android SDK for Linux
- Access Target
cd /opt/android-sdk-linux/tools
- Start Installer
./android sdk
- Select Android SDK Features
- Installing
- Access Target
- Insert Android Tools into User PATH
nano ~/.bashrc
export PATH=/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:$PATH
Ctr+x to Save and Exit
Load New Settings
source ~/.bashrc