Android Development Split

Setup Android Cordova

  • clone mozilla/webmaker-app-cordova
  • npm install
  • npm start

This should build our project for the first time and attempt to launch the app on the phone (assuming it is plugged in and available through adb)

In order to complete the link to our local copy of mozilla/webmaker-app, run the following command once in the root of this directory:

npm link webmaker

After we do that, all we need to do to re-build the app is run the following every time you make a change:

npm run android