Eclipse ADT Error: Cannot run program adb

会有一股神秘感。 提交于 2019-12-05 06:34:51

What is your Ubuntu Version ? Before ubuntu 12.04, you must install ia32-libs

sudo apt-get install ia32-libs

If you're on ubuntu 13.10 (and possibly other versions >= 12.10), you may need to install

apt-get install lib32ncurses5 lib32stdc++6 zlib1g:i386 libc6-i386

in stead. ia32-libs is no longer available on 13.10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!