From 392b13e5367da2de3aff672b5023237a00ce6eb9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 8 Oct 2019 18:20:02 -0400 Subject: [PATCH] add ndk-bundle to example PATH --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: