From df82d256592d6743e400ccf1c82822ddb56fefbe Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 16 May 2013 17:58:11 -0700 Subject: [PATCH] add info about Windows issue and link to issues page Change-Id: I07f1962fd00fc87c783e090f3e6986449f7b6f7c --- docs/html/sdk/installing/studio.jd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index c47d5f118a519..b253f92cb536a 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -303,6 +303,19 @@ download (or continue to use) the
  1. Launch the downloaded EXE file, {@code android-studio-bundle-<version>.exe}.
  2. Follow the setup wizard to install Android Studio. + + +

    Known issue: + On some Windows systems, the launcher script does not find where Java is installed. + If you encounter this problem, + you need to set an environment variable indicating the correct location.

    +

    Select Start menu > Computer > System Properties > + Advanced System Properties. Then open Advanced tab > Environment + Variables and add a new system variable JAVA_HOME that points to + your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.

    +
    + +

Mac OS X:

    @@ -333,6 +346,9 @@ the {@code sdk/} directory. For example:

    Mac: /Applications/Android\ Studio.app/sdk/

    +

    For a list of some known issues, see tools.android.com/knownissues.

    +

    Starting a Project