diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index b253f92cb536a..f3e181e7e74c3 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -301,10 +301,9 @@ download (or continue to use) the
  • Install Android Studio and the SDK tools:

    Windows:

      -
    1. Launch the downloaded EXE file, {@code android-studio-bundle-<version>.exe}. +
    2. Launch the downloaded EXE file, {@code android-studio-bundle-<version>.exe}.
    3. 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, @@ -314,13 +313,23 @@ download (or continue to use) the 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:

      -
    1. Open the downloaded DMG file, {@code android-studio-bundle-<version>.dmg}. +
    2. Open the downloaded DMG file, {@code android-studio-bundle-<version>.dmg}.
    3. Drag and drop Android Studio into the Applications folder. + +

      Known issue: + Depending on your security settings, when you attempt to open Android Studio, you might + see a warning that says the package is damaged and should be moved to the trash. If this + happens, go to System Preferences > Security & Privacy and under + Allow applications downloaded from, select Anywhere. + Then open Android Studio again.

      +
      +
    4. +

    Linux: