The Guide Show Simply and Step-by-Step How-to Install and Getting-Started with Latest Android 4.2 SDK r21 for Linux Mint 14 Nadia Mate 32/64bit 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 r21:
Android 4.2 SDK Linux .tgz - Double-Click on Archive and Extract into /tmp
- Open a 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
Select Accept All to Install All Default Checked 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
-
How Add Android Integration to Eclipse Platform:
How-to Install ADT Eclipse Plugin -
Getting-Started Coding Hello-World Android App on Eclipse:
Android App Hello-World