diff options
author | Joe Fernandez <joefernandez@google.com> | 2015-11-18 18:53:39 -0800 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2016-02-08 21:36:24 -0800 |
commit | b984c93c99768fc2a6a2a8eaac257e23cbd6a611 (patch) | |
tree | 8433d55abb16a26128d07c5d42c5de5060a8a60e /docs/html/sdk | |
parent | 406daa4441577b8aa83689e69614b3406da4878d (diff) |
docs: Tools docs reorganization, round 1b
b/25522909
Change-Id: I54d51eeedf122648026bd013cfceac3f32629b7e
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 68fd57250d17..fe14c612f981 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> - - - - - - - - - |