I am trying to run an app from Android Studio on my Ubuntu laptop.
I have enabled USB debugging, but it is still not working.
When I press run
I tried restarting adb using root priviledges and it worked for me. Use these commands in the terminal:
sudo adb kill-server sudo adb start-server
Hope it works for you too...