I am new to Ubuntu. I cannot run adb in my terminal. When I try to run adb in the terminal I get the following error: 
No command 'adb' found
At the same time I can run my Android application in the emulator. What can be the problem?
That means adb is not in the PATH.
If adb is in the current directory, try ./adb instead.
the following command will show you the PATH: echo $PATH
The command adb isn't on your path.
If you installed Android SDK manually, go to SDK install directory, then platform-tools. adb should be there.
If you didn't install the SDK at all, well, there's your problem.
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