From 3ff6653525fbda7e1bf5e06f59b5474e390f6de1 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 20 May 2013 14:35:30 -0700 Subject: add notice about corrupt DMG message bug: 8859130 Change-Id: I6fffcbdd7d57235cb1fdc9861b569f6feedba6c5 --- docs/html/sdk/installing/studio.jd | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'docs/html/sdk') diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index b253f92..f3e181e 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:

      -- cgit v1.1