diff --git a/docs/html/images/tools/projectview01.png b/docs/html/images/tools/projectview01.png new file mode 100644 index 0000000000000..90589fb1c6a6c Binary files /dev/null and b/docs/html/images/tools/projectview01.png differ diff --git a/docs/html/images/tools/projectview03.png b/docs/html/images/tools/projectview03.png new file mode 100644 index 0000000000000..f527ff19d80a4 Binary files /dev/null and b/docs/html/images/tools/projectview03.png differ diff --git a/docs/html/sdk/installing/studio-androidview.jd b/docs/html/sdk/installing/studio-androidview.jd new file mode 100644 index 0000000000000..09aeabad9158a --- /dev/null +++ b/docs/html/sdk/installing/studio-androidview.jd @@ -0,0 +1,55 @@ +page.title=Using the Android Project View + +@jd:body + + +

The Android project view in Android Studio shows a flattened version of your project's structure +that provides quick access to the key source files of Android projects and helps you work with +the new Gradle-based build system. The +Android project view:

+ + + +
+ +

Figure 1: Show the Android project view.

+
+ + +

Enable the Android Project View

+ +

The Android project view is not yet enabled by default. To show the Android project view, +click Project and select Android, as shown in Figure 1.

+ + +

Use the Android Project View

+ +

The Android project view shows all the build files at the top level of the project hierarchy +under Gradle Scripts. Each project module appears as a folder at the top +level of the project hierarchy and contains these three elements at the top level:

+ + + +

Figure 2 shows how the Android project view groups all the instances of the +ic_launcher.png resource for different screen densities under the same element.

+ +

Note: The Android project view shows a hierarchy that helps you +work with Android projects by providing a flattened structure that highlights the most commonly +used files while developing Android applications. However, the project structure on disk differs +from this representation.

+ + +

Figure 2: The traditional project view (left) and the +Android project view (right).

\ No newline at end of file diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index 93e59769a95c6..8eb9cbfcc1167 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -24,6 +24,8 @@ Creating a Project
  • Tips and Tricks
  • +
  • + Using the Android Project View
  • Using the Layout Editor