summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-05-20 14:50:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-20 14:50:40 -0700
commit249dfff87f49609d645b69737ac2fccc21fa9128 (patch)
treedd57fe9bcb1ec2cec485c5e29c03a4e1cd47fece /docs
parentc8c3c797e2f30bf0b71c5acb2521f0f4beef8bf9 (diff)
parent30cb1234882d1263dab06ae773373d97a614f495 (diff)
downloadframeworks_base-249dfff87f49609d645b69737ac2fccc21fa9128.zip
frameworks_base-249dfff87f49609d645b69737ac2fccc21fa9128.tar.gz
frameworks_base-249dfff87f49609d645b69737ac2fccc21fa9128.tar.bz2
am 30cb1234: am efb6884c: am 3ff66535: add notice about corrupt DMG message bug: 8859130
* commit '30cb1234882d1263dab06ae773373d97a614f495': add notice about corrupt DMG message bug: 8859130
Diffstat (limited to 'docs')
-rw-r--r--docs/html/sdk/installing/studio.jd17
1 files changed, 13 insertions, 4 deletions
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
<li>Install Android Studio and the SDK tools:
<p><b>Windows:</b></p>
<ol>
- <li>Launch the downloaded EXE file, {@code android-studio-bundle-&lt;version&gt;.exe}.
+ <li>Launch the downloaded EXE file, {@code android-studio-bundle-&lt;version&gt;.exe}.</li>
<li>Follow the setup wizard to install Android Studio.
-
<div class="caution"><p><strong>Known issue:</strong>
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</strong> and add a new system variable <code>JAVA_HOME</code> that points to
your JDK folder, for example <code>C:\Program Files\Java\jdk1.7.0_21</code>.</p>
</div>
-
+ </li>
</ol>
<p><b>Mac OS X:</b></p>
<ol>
- <li>Open the downloaded DMG file, {@code android-studio-bundle-&lt;version&gt;.dmg}.
+ <li>Open the downloaded DMG file, {@code android-studio-bundle-&lt;version&gt;.dmg}.</li>
<li>Drag and drop Android Studio into the Applications folder.
+
+ <div class="caution"><p><strong>Known issue:</strong>
+ 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 <strong>System Preferences > Security &amp; Privacy</strong> and under
+ <strong>Allow applications downloaded from</strong>, select <strong>Anywhere</strong>.
+ Then open Android Studio again.</p>
+ </div>
+ </li>
+
</ol>
<p><b>Linux:</b></p>
<ol>