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