summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-05-16 18:07:22 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-16 18:07:22 -0700
commitecd3f2d729188a869c3dfa771ba050e4caaf0dbb (patch)
treeb4240ebe9e3aacee1b1f2a36058895cd654a7c36 /docs
parent03fe26d5b151bc9ad1c6913edb618e666b1c9b89 (diff)
parenteec9bc2f567f037225e9bea1d0facebeb98a183d (diff)
downloadframeworks_base-ecd3f2d729188a869c3dfa771ba050e4caaf0dbb.zip
frameworks_base-ecd3f2d729188a869c3dfa771ba050e4caaf0dbb.tar.gz
frameworks_base-ecd3f2d729188a869c3dfa771ba050e4caaf0dbb.tar.bz2
am eec9bc2f: am ec5c93e0: am df82d256: add info about Windows issue and link to issues page
* commit 'eec9bc2f567f037225e9bea1d0facebeb98a183d': add info about Windows issue and link to issues page
Diffstat (limited to 'docs')
-rw-r--r--docs/html/sdk/installing/studio.jd16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd
index c47d5f1..b253f92 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
<ol>
<li>Launch the downloaded EXE file, {@code android-studio-bundle-&lt;version&gt;.exe}.
<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,
+ you need to set an environment variable indicating the correct location.</p>
+ <p>Select <strong>Start menu > Computer > System Properties >
+ Advanced System Properties</strong>. Then open <strong>Advanced tab > Environment
+ 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>
+
+
</ol>
<p><b>Mac OS X:</b></p>
<ol>
@@ -333,6 +346,9 @@ the {@code sdk/} directory. For example:</p>
<p>Mac: <code>/Applications/Android\ Studio.app/sdk/</code></p>
</div>
+<p>For a list of some known issues, see <a
+href="http://tools.android.com/knownissues">tools.android.com/knownissues</a>.</p>
+
<h2 id="Start">Starting a Project</h2>