I was creating a new project out of nothing, for testing purpose, leaving all parameter to default (I didn\'t made any code change), on a new ADT installation (Ubuntu Gnome
i'm using ubuntu 15.04 version.I had the same problem. I had already installed ia32-libs package(which has now changed to lib32z1 lib32ncurses5 package) when i tried using command
sudo apt-get install lib32stdc++6 lib32z1 lib32z1-dev
i got a list of lib32stdc++6 packages which might solve the problem but this command wasn't able to correct the problem. so i just installed lib32stdc++6 package by using command
sudo apt-get install lib32stdc++6
this worked perfectly for me