无法在 Ubuntu 中执行 adb。下载的文件适用于 x86-64,而我有 i686

unable to execute adb in Ubuntu. Downloaded file is meant for x86-64 while I have i686

我正在尝试使用 AndroidStudio,但是当我点击 运行 按钮时,我收到一条错误消息,指出它无法获取调试桥。我使用 file 命令检查了 platform-tools 下的 adb 文件,发现它适用于 x86-64,而我是 运行ning i686。你知道我在哪里可以获得 32 位 Ubuntu 的 adb 文件吗?谢谢

https://dl.google.com/android/repository/platform-tools_r23.0.1-linux.zip 是最后一个 32 位版本。请改用它。

是的,AndroidStudio 旨在仅支持 64 位系统。

去年在32位系统上用过,记得有警告说长期不支持32位

你可以关注这个"issue"here.