Search code examples
androideclipseubuntuadb

Eclipse ADB error [Ubuntu 13.04]


So I'm running Ubuntu 13.04 and for the past many hours I've been trying to get eclipse (Eclipse Juno 4.2.2) to launch anything on my phone, or even just in the emulator, but to no success. Whenever I try to launch the app, I'm greeted with an adb not found error (/home/kiyoshi/Desktop/Development/Android/sdk/platform-tools/adb not found), even though I have checked multiple times to make sure a file named adb is there.

I have also installed adb via command line so using commands such as 'adb devices' works fine, and I really have no idea what I'm doing wrong, even after looking through pages of other questions with similar problems.

This screenshot shows the error when I try to launch anything

Any help is appreciated, thanks!


Solution

  • The error message clearly states something different: "libncurses.so not found". So you probably missed to install the needed 32-bit stuff:

    sudo apt-get install ia32-libs