Skip to content Skip to sidebar Skip to footer

Adb Not Responding With Android Studio On Ubuntu

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 respond

Solution 1:

You may require additional libraries:

# sudo apt-get install ia32-libs

From the page on Troubleshooting Ubuntu

Solution 2:

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

sudo apt-get install lib32ncurses5

Solution 3:

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

Post a Comment for "Adb Not Responding With Android Studio On Ubuntu"