To get rid of this error, we need to install the 32 bit libraries by executing the below command
First navigate to the folder where you have installed the Android SDK.
cd /usr/lib/android-sdk-linux/
Now run apt-get to install the 32 bit libraries
sudo apt-get install ia32-libs
Once the install is complete, restart Eclipse and you should be good to go.