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.
On my machine I had to install lib32ncurses5 in order to have adb shipped with android studio to work
sudo apt-get install lib32ncurses5
go to
/android-studio/sdk/platform-tools
directory and changeadb
file permission.( Allow executing file as program )You may require additional libraries:
From the page on Troubleshooting Ubuntu