问题
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.
回答1:
https://dl.google.com/android/repository/platform-tools_r23.0.1-linux.zip is the last 32-bit version. Use that instead.
回答2:
Yes, Android Studio aims to support only 64-bit systems.
I used it on 32-bit systems last year, and remember a warning explaining that 32-bit will not be supported in the long-term.
You can follow this "issue" here.
来源:https://stackoverflow.com/questions/34283851/unable-to-execute-adb-in-ubuntu-downloaded-file-is-meant-for-x86-64-while-i-hav