waidyanatha / mobileSAMBRO

SMABRO mobile application
3 stars 0 forks source link

mobileSAMBRO

Instructions for building the Android app

  1. Download the source code
  2. Install nodejs https://nodejs.org/en/
  3. Install phonegap with your terminal or command prompt “sudo npm install -g phonegap”
  4. Option #1: Use phonegap server app
    1. Install phonegap mobile app to your mobile (for debugging and developing) https://play.google.com/store/apps/details?id=com.adobe.phonegap.app for detail information please go to this link http://app.phonegap.com/
    2. Wirelessly pair the app: with your terminal or command prompt go to your source code location and then type “phonegap serve”
  5. Option #2: Build APK locally
    1. Install Android SDK
    2. Build the app, with your terminal: “cordova build android”
    3. copy the created APK to your phone and install