I need to run an adb forward command before I could use the ezkeyboard application which allows user to type on the phone using browser.
adb forward
When
Make sure adb is in your user's $PATH variable.
adb
or
You can try to locate it with whereis and run it with ./adb
whereis
./adb