From 38f2242e39fd59d3c87fc6e69c2b867c7cabfbb1 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Fri, 30 Jan 2015 15:25:21 -0800 Subject: docs: studio mipmap update Change-Id: Id493c079186585a29a8c6b1ba57d921a7327868d --- docs/html/sdk/installing/create-project.jd | 41 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'docs/html/sdk/installing') diff --git a/docs/html/sdk/installing/create-project.jd b/docs/html/sdk/installing/create-project.jd index 5082537..68fd572 100644 --- a/docs/html/sdk/installing/create-project.jd +++ b/docs/html/sdk/installing/create-project.jd @@ -71,7 +71,7 @@ of your project.

Step 2: Select Form Factors and API Level

The next window lets you select the form factors supported by your app, such as phone, tablet, -TV, Wear, and Google Glass. The selected form factors become the application modules witin the +TV, Wear, and Google Glass. The selected form factors become the application modules within the project. For each form factor, you can also select the API Level for that app. To get more information, click Help me choose.

@@ -220,7 +220,7 @@ with complete source files for each of them as shown in figure 6.

along with the other modules.

You can easily change an existing application module to a library module by changing the - plugin assignment in the build.gradle file to com.android.libary.

+ plugin assignment in the build.gradle file to com.android.library.

 apply plugin: 'com.android.application'
@@ -287,7 +287,7 @@ file will override any shared library resources declared in the manifest file.
     
  • Make sure that both the module library and the application module that depends on it are - in your proejct. If one of the modules is missing, import it into your project.
  • + in your project. If one of the modules is missing, import it into your project.
  • In the project view, right-click the dependent module and select Open > Module Settings.
  • @@ -359,39 +359,38 @@ Android project view:

    per resource type. -
    - -

    Figure 9: Show the Android project view.

    -
    -

    Enable and use the Android Project View

    +

    Use 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 9.

    - -

    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:

    +

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

    -

    Figure 10 shows how the Android project view groups all the instances of the +

    Notice how the Android project view groups all 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.

    +from this representation and maintains the traditional project structure.

    + + +    + +

    Figure 10: Android and Traditional project view

    + + + + - -

    Figure 10: The traditional project view (left) and the -Android project view (right).

    -- cgit v1.1