Update README with android apk building instructions
This commit is contained in:
parent
a1ee25a8c5
commit
f62cbddcec
2 changed files with 25 additions and 23 deletions
25
README.md
25
README.md
|
|
@ -104,6 +104,31 @@ $ sh webapp/build.sh
|
||||||
- The ZIP file is *webapp/download/copay.zip*
|
- The ZIP file is *webapp/download/copay.zip*
|
||||||
- The *webapp/copay-webapp* is the unzipped version
|
- The *webapp/copay-webapp* is the unzipped version
|
||||||
|
|
||||||
|
## Android APK
|
||||||
|
System Requirements
|
||||||
|
|
||||||
|
* Download [Android SDK](http://developer.android.com/sdk/index.html)
|
||||||
|
* Download and install [Crosswalk](https://crosswalk-project.org/#documentation/getting_started) (Use Linux setup for OSX)
|
||||||
|
|
||||||
|
Add to your ~/.bash_profile or ~/.bashrc
|
||||||
|
|
||||||
|
```
|
||||||
|
export CROSSWALK="<path to Crosswalk directory>"
|
||||||
|
```
|
||||||
|
|
||||||
|
To build the APK run the script:
|
||||||
|
|
||||||
|
```
|
||||||
|
sh android/build.sh
|
||||||
|
```
|
||||||
|
- The APK file is in **android/Copay_VERSION_arm.apk**
|
||||||
|
|
||||||
|
To install the APK in your device run:
|
||||||
|
|
||||||
|
```
|
||||||
|
adb install -r Copay_VERSION_arm.apk
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# About Copay
|
# About Copay
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
System Requirements
|
|
||||||
|
|
||||||
* Download [Android SDK](http://developer.android.com/sdk/index.html)
|
|
||||||
* Download [Crosswalk](https://crosswalk-project.org/#documentation/getting_started/linux_host_setup) and setup the environment
|
|
||||||
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue