How to install the Eclipse and Android-sdk in Linux:
Step 1 : Install the Eclipse for run the Program.
Step 2 : Install the Android-sdk.
(Step for Install the Android-Sdk and Eclipse: )
First, go to the Android website (https://developer.android.com/sdk/index.html) and download the SDK. Make sure you choose the Linux version.
Extract the downloaded file to your home folder. You should see a folder with the name “android-sdk-linux_86”.
Open your .bashrc file and add the filepath to the end of the file. In a terminal, type the following:
gedit ~/.bashrcAdd the following line to the end of the file:
export PATH=${PATH}:<your_sdk_dir>/toolsReplace <your_sdk_dir> with the actual filepath of the SDK folder. If you have extracted the file to your home folder, it should be something like /home/your_username/android_sdk_linux_86/
Next you need to install Ecplise. For Ubuntu 9.10 users, the latest version of Eclipse (Eclipse Classic 3.5.1) is already included in the repository, so you can easily install via the command:
sudo apt-get install eclipseOnce the installation is completed, open Eclipse (Application -> Programming -> Eclipse)
On the menubar, click on Help -> Install new software

