./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

本文针对在使用ADB过程中遇到的nosuchfile及加载共享库错误等问题提供了详细的解决方案,包括安装32位支持库的方法。
1458

被折叠的 条评论
为什么被折叠?



