Search code examples
androidubuntuandroid-studioadbandroid-sdk-tools

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


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.


Solution

  • https://dl.google.com/android/repository/platform-tools_r23.0.1-linux.zip is the last 32-bit version. Use that instead.