SMABRO mobile application
3
stars
0
forks
source link
mobileSAMBRO
Instructions for building the Android app
- Download the source code
- Install nodejs https://nodejs.org/en/
- Install phonegap with your terminal or command prompt “sudo npm install -g phonegap”
- Option #1: Use phonegap server app
- 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/
- Wirelessly pair the app: with your terminal or command prompt go to your source code location and then type “phonegap serve”
- Option #2: Build APK locally
- Install Android SDK
- Build the app, with your terminal: “cordova build android”
- copy the created APK to your phone and install