./adb报错
no such file
或者
adb: error while loading shared libraries:libncurses.so.5: wrong ELF class: ELFCLASS64
因为没装32位支持库
先试试 sudo apt-get install ia32-libs
不行的话 sudo apt-get update 再试试
还不行的话 就sudo apt-get install lib32z1(替代ia32-libs)
可能还报:
adb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file:
那么sudo apt-get install lib32stdc++6