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.
Asked
Active
Viewed 1,229 times
3

Omar Verduzco
- 115
- 9
-
seriously? This was asked more than a year ago. – Omar Verduzco Jan 26 '17 at 16:45
2 Answers
5
https://dl.google.com/android/repository/platform-tools_r23.0.1-linux.zip
is the last 32-bit version. Use that instead.

Alex P.
- 30,437
- 17
- 118
- 169