diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 18:20:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-10-08 18:20:51 -0400 |
| commit | 392b13e5367da2de3aff672b5023237a00ce6eb9 (patch) | |
| tree | 2a8865b711875191a70868a6c9068f51d44a2657 /static/build.html | |
| parent | 69ab7c9af47374f6072e9ec20b257fb664fff547 (diff) | |
add ndk-bundle to example PATH
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 989e7407..b0fce652 100644 --- a/static/build.html +++ b/static/build.html @@ -727,7 +727,7 @@ rm sdk-tools-linux-4333796.zip</pre> <p>Add the directories to your PATH in your shell profile configuration:</p> - <pre>export PATH="$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/29.0.2:$PATH" + <pre>export PATH="$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/29.0.2:$PATH:$HOME/sdk/ndk-bundle" export ANDROID_HOME="$HOME/sdk"</pre> <p>You should update the sdk before use from this point onwards:</p> |
