From 0577d5e0b1b384b9353c25d71816c31fbc8610e8 Mon Sep 17 00:00:00 2001
From: Ricardo Cervera
Date: Mon, 10 Mar 2014 12:48:00 -0700
Subject: docs: Added step to get JDK to the Android Studio install
instructions.
Bug: 13353010
Stage: http://quixote.mtv:8002/sdk/installing/studio.html
Patch: Addressed Scott's comments.
Patch: Addressed Scott's comments.
Change-Id: Iabbe0ddbcfab93e1c5fbbcb222c52bb47662850a
---
docs/html/sdk/installing/studio.jd | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd
index ceaa70aa274e..1850b44baae3 100644
--- a/docs/html/sdk/installing/studio.jd
+++ b/docs/html/sdk/installing/studio.jd
@@ -318,6 +318,12 @@ information about how to resolve them.
Installing Android Studio
+Android Studio requires JDK 6 or greater (JRE alone is not sufficient). To check if you
+have JDK installed (and which version), open a terminal and type javac -version.
+If JDK is not available or the version is lower than 6,
+download
+JDK from here.
+To install Android Studio:
- Download the Android Studio package from above.
- Install Android Studio and the SDK tools:
--
cgit v1.2.3-59-g8ed1b