copay/android
Yemel Jardi 7580715dc2 Add readme for building an Android APK 2014-05-22 15:43:23 -07:00
..
README.md Add readme for building an Android APK 2014-05-22 15:43:23 -07:00
build.sh Add Android version build script 2014-05-22 15:09:39 -07:00
icon.png Add Android version build script 2014-05-22 15:09:39 -07:00
manifest.json Add Android version build script 2014-05-22 15:09:39 -07:00

README.md

System Requirements

Add to your ~/.bash_profile or ~/.bashrc

export CROSSWALK="<path to Crosswalk directory>"

To build the APK run the script:

sh android/build.sh

To install the APK in your device run:

adb install -r Copay_VERSION_arm.apk