diff options
author | 2016-02-09 05:38:19 +0000 | |
---|---|---|
committer | 2016-02-09 05:38:20 +0000 | |
commit | 61bfb81f5d7217fe81f4100456c51ee840a35eb4 (patch) | |
tree | 3a965a73d9741e2f99c431790d96ea55f551debb /docs/html/sdk | |
parent | d3d59586662ff443cccb6636de96aac60c4ec31b (diff) | |
parent | b984c93c99768fc2a6a2a8eaac257e23cbd6a611 (diff) |
Merge "docs: Tools docs reorganization, round 1b" into mnc-docs
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/installing/create-project.jd | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/docs/html/sdk/installing/create-project.jd b/docs/html/sdk/installing/create-project.jd index c44f401bafc4..a4de85ceb7e2 100644 --- a/docs/html/sdk/installing/create-project.jd +++ b/docs/html/sdk/installing/create-project.jd @@ -1,4 +1,4 @@ -page.title=Managing Projects from Android Studio +page.title=Managing Projects with Android Studio @jd:body @@ -8,13 +8,6 @@ page.title=Managing Projects from Android Studio <ol> <li><a href="#CreatingAProject">Creating an Android Project</a></li> - <ol> - <li><a href="#Step1CreatingAProject">Create a New Project</a> </li> - <li><a href="#Step2SelectFormFactor">Select Form Factors and API Level</a> </li> - <li><a href="#Step3AddActivity">Add an Activity</a> </li> - <li><a href="#Step4ConfigureActivity">Configure Your App</a> </li> - <li><a href="#Step5DevelopYourApp">Develop Your App</a> </li> - </ol> <li><a href="#CreatingAModule">Creating an Android Module</a></li> @@ -359,10 +352,6 @@ Android project view:</p> per resource type.</li> </ul> - - -<h2 id="enable-view">Use the Android Project View</h2> - <p>The <em>Android</em> project view is enabled by default and shows all the build files at the top level of the project hierarchy under <strong>Gradle Scripts</strong>. The project module appears as a folder at the top level of the project hierarchy and contains these three elements @@ -386,12 +375,3 @@ from this representation and maintains the traditional project structure.</p> <img src="{@docRoot}images/tools/projectview-p2.png" alt="" style="width:240px" " /> <p class="img-caption"><strong>Figure 10:</strong> Android and Traditional project view </p> - - - - - - - - - |