make sure to install android studio, then in the project directory:
- npm install -g cordova
- cordova platform add android
- edit www/index.html and replace ANTSERVER string with the ant-media server host name.
- connect your phone with developer mode on and usb debegging turned on.
- run "cordova run android --list"
- start app: "cordova run android --debug --target=YOUR_DEVICE_ID" (replace YOUR_DEVICE_ID with the device id from the step #4)