The nativescript cli

$tns debug android --debug-brk

The command expect your google chrome executable name is “chrome”.
But in my debian jessie workstation. The executable name is “google-chrome”

$ln -s /usr/bin/google-chrome ~/bin/chrome

will fix the problem.