From 24807d790859e6d44abe52d8c1a4bcd4f30410fb Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 31 Oct 2013 09:26:43 -0700 Subject: [PATCH] docs: Code Samples landing page - listing fix Change-Id: Id63110642e37bb9232cd1397acf9f47137cd2659 --- docs/html/samples/index.jd | 40 ++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/docs/html/samples/index.jd b/docs/html/samples/index.jd index 5c6cb53599fb9..c1213b6bbc712 100644 --- a/docs/html/samples/index.jd +++ b/docs/html/samples/index.jd @@ -15,25 +15,31 @@ page.tags="samples","examples","code"

If you want to download a complete project, just click on any source file in the project and click the link in the upper right of the source page.

+

To import a downloaded project:

+ +

+

+ Using Android Studio

+ +
+ +
    +
  1. Unpack the downloaded project package.
  2. +
  3. In Android Studio, chose + File > Import Project and select the root folder of the unpacked project. +

    Android Studio may ask you to choose the type of project you are importing. + If this is the case, make sure to choose Import project from + external model and select the Gradle option. +

    +
  4. +
+ +
+
+

Note: At this time, the downloadable projects are designed for use with Gradle and Android Studio. Project downloads for Eclipse will be available soon!

-

To import a downloaded project into Android - Studio:

- - - - -
-