diff options
| author | 2015-02-18 00:18:54 +0000 | |
|---|---|---|
| committer | 2015-02-18 00:18:54 +0000 | |
| commit | bd1fb4021f790c7f61f2bb64feef1df8f14b1b7f (patch) | |
| tree | a9978dfc030bfdd1ca4b5aafc918584f84ff05b9 | |
| parent | f82c88e28eddd5f38b53f66b345c030063bc17fe (diff) | |
| parent | 0f609432222e9eb946bfaa2bee45301324b97311 (diff) | |
am e0f61e1c: am 717b4d13: Merge "docs: note to install linux packages" into lmp-docs
automerge: 0f60943
* commit '0f609432222e9eb946bfaa2bee45301324b97311':
docs: note to install linux packages
| -rw-r--r-- | docs/html/sdk/installing/adding-packages.jd | 2 | ||||
| -rw-r--r-- | docs/html/sdk/installing/index.jd | 7 | ||||
| -rw-r--r-- | docs/html/tools/help/sdk-manager.jd | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/docs/html/sdk/installing/adding-packages.jd b/docs/html/sdk/installing/adding-packages.jd index 3126c1b02839..88619bd4084c 100644 --- a/docs/html/sdk/installing/adding-packages.jd +++ b/docs/html/sdk/installing/adding-packages.jd @@ -72,7 +72,7 @@ style="vertical-align:bottom;margin:0;height:17px" /> in the toolbar.</li> <li>Windows: Double-click the <code>SDK Manager.exe</code> file at the root of the Android SDK directory.</li> <li>Mac/Linux: Open a terminal and navigate to the <code>tools/</code> directory in the - Android SDK, then execute <code>android sdk</code>.</li> + location where the Android SDK was installed, then execute <code>android sdk</code>.</li> </ul> </li> </ul> diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 9a02382e766c..40f5e4a1ec05 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -119,7 +119,12 @@ you can access them at:</p> <p>You may want to add {@code android-studio/bin/} to your PATH environmental variable so that you can start Android Studio from any directory.</p> </li> - <li>Follow the setup wizard to install any necessary SDK tools.</li> + <li>If the SDK is not already installed, follow the setup wizard to install the SDK and any + necessary SDK tools. + <p class="note"><strong>Note:</strong> You may also need to install the ia32-libs, + lib32ncurses5-dev, and lib32stc++6 packages. These packages are required to support 32-bit apps + on a 64-bit machine. </p> + </li> </ol> </div><!-- end linux --> diff --git a/docs/html/tools/help/sdk-manager.jd b/docs/html/tools/help/sdk-manager.jd index b08423785527..0c7739545b0e 100644 --- a/docs/html/tools/help/sdk-manager.jd +++ b/docs/html/tools/help/sdk-manager.jd @@ -16,7 +16,7 @@ your environment.</p> <li>On Windows, double-click the <code>SDK Manager.exe</code> file at the root of the Android SDK directory.</li> <li>On Mac or Linux, open a terminal and navigate to the <code>tools/</code> directory in the -Android SDK, then execute <code>android sdk</code>.</li> +location where the Android SDK is installed, then execute <code>android sdk</code>.</li> </ul> <p>You can select which packages you want to download by toggling the checkboxes on the left, then |