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
4 [optional] enable Developer-mode on your phone and remote-debug on Chrome
Go up to