Error:Unable to obtain debug bridge in android studio

前端 未结 8 877
生来不讨喜
生来不讨喜 2020-12-10 08:22

After updating Android Studio to 2.0 l am getting this error unable to obtain debug bridge and Android Device Monitor does

8条回答
  •  -上瘾入骨i
    2020-12-10 08:54

    I am also running the same problem when update android studio from 1.4 to 1.5 stable version. When I run adb command from terminal then i found following error :

    bash: ./adb: cannot execute binary file: Exec format error

    After R&d I found that this error occurs due to unsupported architecture. In my case:

    I am using ubuntu14.04 LTS 32-bit. I observed that after updation, lib folder under platform-tools converted to lib64. I think above error occurs due to 32-bit architecture because after updation 32-bit support removed.

    For permanent solution upgrade you system to 64-bit architecture. Quick solution is to replace the updated platform-tools folder with old one that containing the lib folder instead of lib64.

    I think 32-bit architecture support for android development stopped by google for future releases. But I am not sure.

提交回复
热议问题