问题描述
我正在尝试使用 AndroidStudio,但是当我点击运行按钮时,我收到一条错误消息,指出它无法获得调试桥.我使用 file
命令检查了平台工具下的 adb 文件,发现它适用于 x86-64,而我正在运行 i686.你知道我在哪里可以得到适用于 32 位 Ubuntu 的 adb 文件吗?谢谢.
I'm trying to use AndroidStudio, but when I hit the run button, I get an error message saying that it can't obtain a debug bridge. I checked the adb file under platform-tools using the file
command and found that it is meant for x86-64, while I'm running i686. Do you know where I can get the adb file meant for 32-bits Ubuntu? Thanks.
推荐答案
https://dl.google.com/android/repository/platform-tools_r23.0.1-linux.zip 是最后一个 32 位版本.改用那个.
https://dl.google.com/android/repository/platform-tools_r23.0.1-linux.zip
is the last 32-bit version. Use that instead.
这篇关于无法在 Ubuntu 中执行 adb.下载的文件适用于 x86-64 而我有 i686的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!