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.
Firstly check if the adb is present in the SDK folder. For this, open C:\Users\Username\AppData\Local\Android\Sdk\platform-tools and check if adb.exe is present.
You may require additional libraries:
# sudo apt-get install ia32-libs
From the page on Troubleshooting Ubuntu
On my machine I had to install lib32ncurses5 in order to have adb shipped with android studio to work
sudo apt-get install lib32ncurses5
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With