Apache Cordova emulator not running on android run in Debian Linux.
Set the emulator path to android sdk as mentioned below in the path environ variable:
/path/to/Android/Sdk/emulator/
rather than
/path/to/Android/Sdk/tools/ (which may not work with apache cordova) also contains emulator.
during run, the OS runs the first emulator defined in its path which if you have added the tools path is picked from the tools dir. So specify a path to sdk emulator before the tools path.