Skip to content

Commit 187b6e3

Browse files
authored
Merge pull request #11499 from gabrielbazan7/ref/readme1
[REF] Update README
2 parents 803c446 + 7d7c000 commit 187b6e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,15 @@ npm run start:desktop
126126

127127
Before building the release version for a platform, run the `clean-all` command to delete any untracked files in your current working directory. (Be sure to stash any uncommitted changes you've made.) This guarantees consistency across builds for the current state of this repository.
128128

129-
The `final` commands build the production version of the app, and bundle it with the release version of the platform being built.
129+
You still need to follow the [Cordova Android Platform Guide](https://cordova.apache.org/docs/en/latest/guide/platforms/android/) to set up your development environment. Specifically, you will need to set the `ANDROID_HOME` environment variable, include the Android SDK's tools, tools/bin, and platform-tools directories to your PATH:
130+
```
131+
export ANDROID_HOME=/Development/android-sdk
132+
export PATH=${PATH}:/Development/android-sdk/platform-tools:/Development/android-sdk/tools
133+
```
134+
135+
You may also need to install `gradle` independently in your distribution (e.g. `sudo apt install gradle` for Ubuntu).
130136

137+
The `final` commands build the production version of the app, and bundle it with the release version of the platform being built. The build will fail if no `copay.keystore` in the `..\copay` directory is provided. Produce a new android keystore named `copay.keystore` and include a signed key named `copay_play` to finish the build.
131138
### Android
132139

133140
```sh

0 commit comments

Comments
 (0)