* Should be considering the existence of a property and not its value. (#4139) * BETA to debug sign test on Android * add more logs * 1.11.4 * and even more logs... * 1.11.5 * better log messages * fix log decorator for mobile * fix android-prod * 1.11.6 |
||
|---|---|---|
| .. | ||
| android | ||
| docs | ||
| ios | ||
| wp | ||
| build.sh | ||
| config.xml | ||
| Makefile | ||
| ProjectMakefile | ||
| 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
$ make [clean] open-ios
OR $ make [clean] android-run
OR $ make [clean] wp8
See Makefile for more targets