1

It is showing an IOException. I am using Ubuntu Release 12.04 (precise) 64-bit, 1.9 GB RAM, Pentium(R) Dual-Core CPU E5200 @ 2.50GHz × 2.

Screenshot

Community
  • 1
  • 1
SuRu
  • 739
  • 1
  • 6
  • 19

1 Answers1

1

You are probably missing the i-a32 libs which are not installed by default on 64-bit machines. Check the accepted answer Eclipse ADT Error: Cannot run program adb or simply try :

sudo apt-get install ia32-libs
Community
  • 1
  • 1
Ab5
  • 606
  • 9
  • 25