Runtime tools : Client engine : Universal Application Guideline and Samples : Sample Applications : UDTTCordovaProject : Android App : Build the Android App and deploy it
  
Build the Android App and deploy it
1 build
$ cd UDTTCordovaProject/
$ cordova build android
2 find the App and install it on your phone with adb or manually
UDTTCordovaProject/platforms/android/app/build/outputs/apk/debug/app-debug.apk
3 launch the App
This graphic is described in the surrounding text.
4 [optional] enable Developer-mode on your phone and remote-debug on Chrome
Go up to
Universal Application Guideline and Samples