diff options
| -rw-r--r-- | docs/html/ndk/guides/setup.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/ndk/guides/setup.jd b/docs/html/ndk/guides/setup.jd index 1459bfefffa4..d3ace07a1c4b 100644 --- a/docs/html/ndk/guides/setup.jd +++ b/docs/html/ndk/guides/setup.jd @@ -34,8 +34,7 @@ information on that topic, see the <p>To install and configure the NDK, follow these steps:</p> <ol type="1"> <li>Get and install the <a href="{@docRoot}studio/index.html">Android SDK</a>.</li> -<li><a href="{@docRoot}ndk/downloads/index.html">Download</a> and -<a href="{@docRoot}ndk/downloads/index.html#extract">extract</a> the NDK, +<li><a href="{@docRoot}ndk/downloads/index.html">Download</a> the NDK, making sure to download the correct version for your development platform. You may place the unzipped directory anywhere on your local drive.</li> <li>Update your {@code PATH} environment variable with the location of the directory that |