Eclipse ADB error [Ubuntu 13.04]

前端 未结 2 819
天涯浪人
天涯浪人 2021-01-20 04:48

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,

相关标签:
2条回答
  • 2021-01-20 05:33

    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

    0 讨论(0)
  • 2021-01-20 05:44

    Make sure your device is in USB debugging mode. Then, restart the adb server by the console, going through is path and typing:

    adb kill-server

    then

    adb start-server

    Restart Eclipse and usb connection (unplug, plug)

    hope it helps, it Always helps me

    0 讨论(0)
提交回复
热议问题