prerequsites:
- android sdk with build tools v23 (these must be on path, see setting up for android sdk)
- android phone with developer mode on and USB debugging enabled
- android phone connected to PC via USB
steps to run on android
- clone this repository
- npm install -g cordova gulp [email protected]
- cd [repo-location]/src
- npm install
- jspm install
- gulp watch (when complete you can view in browsers.. should just be a hello world)
- cordova platform add android
- cordova run android
- once app has been installed and launced on phone open chrome browser to chrome://inspect
- click inspect on the app and verify issue that aurelia-bootstrapper is not loaded