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

扶醉桌前 提交于 2019-11-26 12:17:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!