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
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:
Mac: /Applications/Android\ Studio.app/sdk/
For a list of some known issues, see tools.android.com/knownissues.
+