diff options
| author | 2014-06-25 00:10:34 +0000 | |
|---|---|---|
| committer | 2014-06-24 18:00:13 +0000 | |
| commit | 2d50cda23876ffdf5cf4f83ead9b25ba81c55d1b (patch) | |
| tree | 74cc96871a181b9233d21c0061f1dd5178fd753b | |
| parent | 65d8b6b7ea581a507c32c872bda4717dc43c20ae (diff) | |
| parent | 32fc2b3847b220f766c9ccef0700e370bd8f0437 (diff) | |
Merge "docs: Noted that ADT require Java 7 for L dev preview." into klp-modular-dev
| -rw-r--r-- | docs/html/preview/setup-sdk.jd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd index 4b0c3739cae3..876b3481d48d 100644 --- a/docs/html/preview/setup-sdk.jd +++ b/docs/html/preview/setup-sdk.jd @@ -20,6 +20,9 @@ App</a> training lesson first.</a></p> <b>Install</b>.</li> </ol> +<p class="note"><strong>Note:</strong> The Eclipse ADT plug-in requires Java 7 +if your compilation target is the L developer preview.</p> + <h2 id="setupHardware">Set Up Hardware and AVDs</h2> <p>The Android L developer preview provides you with 32-bit system images @@ -138,4 +141,4 @@ sure that you theme extends the material theme:</p> <!-- Customize your theme here --> </style> </resources> -</pre>
\ No newline at end of file +</pre> |