Adb not responding with android studio on Ubuntu [

2020-06-09 06:53发布

well it might not the best combo. Using first time Ubuntu (13.04) and the new Android Studio. ;) However, if I try to start my app a error occurs with the message: "ADB not responding. You can wait more, or kill "adb" process manually and click 'Restart'". Of course tried the help from the message and restartet everything. Nothing help.

And yes I can start ADB directly and start a emu. Even the emu is started the error appear.

3条回答
Bombasti
2楼-- · 2020-06-09 07:02

On my machine I had to install lib32ncurses5 in order to have adb shipped with android studio to work

sudo apt-get install lib32ncurses5

查看更多
SAY GOODBYE
3楼-- · 2020-06-09 07:22

go to /android-studio/sdk/platform-tools directory and change adb file permission.( Allow executing file as program )

查看更多
姐就是有狂的资本
4楼-- · 2020-06-09 07:24

You may require additional libraries:

# sudo apt-get install ia32-libs

From the page on Troubleshooting Ubuntu

查看更多
登录 后发表回答