Tuesday, February 8, 2011

Installing Android SDK on Ubuntu 10.10

 Android SDK install process..

Android developers need install android SDK to develop android application. It is easy to install on Windows platform but in Linux (Ubuntu) it is quite difficult for new developers. That's why I try to make it easy. Lets come on to install sdk on Ubuntu 10.10 or as like. 

Step 1: First you need to download SDK from http://developer.android.com/sdk/index.html. Download it from Linux (i386) row.

Step 2: After downloaded it try to extract to a specific location. You can do it by right clicking on folder -> Extract Here or by the following command.
 tar xzf  dir/android-sdk.tar
Where dir is the directory location of sdk and  android-sdk is the name of your sdk