|
|
||
|---|---|---|
| .. | ||
| android | ||
| ios | ||
| build.sh | ||
| config.xml | ||
| readme.md | ||
Mobile building
Requisites
- Install Android SDK
- Install XCode for IOS
- Install Cordova:
sudo npm install -g cordova - Install Copay dependecies:
bower install && npm install - Install Java-SDK and Apache Ant
Build the project
$ sh cordova/build.sh [--android]
$ cd cordova/project
$ cordova run android
$ cordova emulate ios
Build for release
$ cordova build android --release