Add readme for building an Android APK
This commit is contained in:
parent
951c981abe
commit
7580715dc2
1 changed files with 23 additions and 0 deletions
23
android/README.md
Normal file
23
android/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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