Add debug flag to android build script

This commit is contained in:
Yemel Jardi 2014-06-09 11:15:22 -03:00
commit 5d90ca57b8
2 changed files with 8 additions and 2 deletions

View file

@ -139,8 +139,9 @@ export CROSSWALK="<path to Crosswalk directory>"
To build the APK run the script:
```
sh android/build.sh
sh android/build.sh [-d]
```
- The -d flag will package the apk in debug mode, allowing [remote debugging chrome](https://developer.chrome.com/devtools/docs/remote-debugging)
- The APK file is in **android/Copay_VERSION_arm.apk**
To install the APK in your device run: