Setting up Android ADT on Ubuntu 13.10


These are just a few notes of the 32bit libraries that I had to install to get the Android AVD (emulators) to run on Ubuntu 13.10 x64.

  • sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
  • sudo apt-get install lib32stdc++6
  • sudo apt-get install libgl1-mesa-dev (in response to failed to load libGl.so error message)