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:

- - - - -
-