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
Add the directories to your PATH in your shell profile configuration:
-export PATH="$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:$HOME/sdk/build-tools/29.0.2:$PATH" +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"You should update the sdk before use from this point onwards: