diff --git a/docs/html/tools/help/project-mgmt.jd b/docs/html/tools/help/project-mgmt.jd new file mode 100644 index 0000000000000..693f0de1dc9de --- /dev/null +++ b/docs/html/tools/help/project-mgmt.jd @@ -0,0 +1,174 @@ +page.title=Project Structure Management +parent.title=Tools +parent.link=index.html +page.tags="android studio,project structure,target sdk,minimum sdk" +@jd:body + +
+
+

In this document

+
    +
  1. Developer Services
  2. +
  3. Modules
  4. +
+ +
+
+ +

+ You can use the Android Studio File > Project Structure dialog box to + change configuration settings for your Android Studio project. This dialog + box is useful if you need to change some of the settings you chose when you + created the project. +

+ +

+ The Project Structure dialog box contains the following sections: +

+ + + +

+ The following two sections provide information on the Developer Services and Modules + sections. +

+ +

+ Developer Services +

+ +

+ The Developer Services section of the Project Structure + dialog box contains configuration pages + for several services that you can be use with your app. This section + contains the following pages: +

+ + + +

+ Turning on any of these services may cause Android Studio to add necessary + dependencies and permissions to your app. Each configuration page lists these + and other actions that Android Studio takes if you enable the associated service. +

+ +

+ Modules +

+ +

+ The Modules settings section lets you change configuration + options for each of your project's modules. This section contains one page + for each module in your app. In many cases, the project has just a single + module, named app. However, if your project targets multiple form + factors, it might have several modules. For example, if your project contains + both a tablet app and a wearable app, it might have two modules, named + mobile and wear. For more information about project + modules, see Android Application + Modules. +

+ +

+ Each module's settings page is divided into the following panes: +

+ + diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index 12aecd98f5172..f7431525f4fa5 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -184,6 +184,7 @@ class="en">Tools Help
  • logcat
  • mksdcard
  • ProGuard
  • +
  • Project Structure Management
  • SDK Manager
  • Systrace
  • Theme Editor