linuxmint x86_64 位adb无法启动。

 

Eclipse 中的Android adb 会报告  Android/android-sdk-linux/build-tools/19.0.0/aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 

原因在于,ubuntu,ia32_libs 被废弃了导致没有32位的lib库。 

解决方法 

sudo apt-get install lib32stdc++6 
sudo apt-get install lib32z1

相关文章:

  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-09-04
猜你喜欢
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-09-26
相关资源
相似解决方案