diff options
Diffstat (limited to 'docs/html/tools/studio/index.jd')
| -rw-r--r-- | docs/html/tools/studio/index.jd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 1b9dd18..258fedb 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -1,4 +1,4 @@ -page.title=Android Studio +page.title=Android Studio Overview @jd:body <div id="qv-wrapper"> @@ -44,7 +44,7 @@ Android Studio offers:</p> <li>And much more</li> </ul> -<p><b><a href="{@docRoot}tools/sdk/index.html">Download Android Studio now</a></b>. </p> +<p><b><a href="{@docRoot}sdk/index.html">Download Android Studio now</a></b>. </p> <p>If you're new to Android Studio or the IntelliJ IDEA interface, this page provides an introduction to some key Android @@ -102,9 +102,8 @@ the <strong>Project</strong drop-down. </p> <h3>New Project and Directory Structure</h3> -<p>When you use the <em>Project</em> view of a new project in Android Studio or -(<a href="{@docRoot}tools/eclipse/migrate-adt.html"> a project migrated from Eclipse</a>), you -should notice that the project structure appears different than you may be used to. Each +<p>When you use the <em>Project</em> view of a new project in Android Studio, you +should notice that the project structure appears different than you may be used to in Eclipse. Each instance of Android Studio contains a project with one or more application modules. Each application module folder contains the complete source sets for that module, including {@code src/main} and {@code src/androidTest} directories, resources, build @@ -115,8 +114,9 @@ specification and the files under {@code src/androidTest} directory for test cas <p> <img src="{@docRoot}images/tools/studio-project-layout.png" alt="" /></p> <p> <class="img-caption"><strong>Figure 3.</strong> Android Studio project structure</p> -<p>For more information, see <a href="http://confluence.jetbrains.com/display/IntelliJIDEA/Project +Organization"class="external-link">IntelliJ project organization</a> and -<a href="{@docRoot}tools/workflow/project/index.html">Managing Projects</a>.</p> +<p>For more information, see +<a href="http://confluence.jetbrains.com/display/IntelliJIDEA/Project+Organization"class="external-link">IntelliJ project organization</a> and +<a href="{@docRoot}tools/projects/index.html">Managing Projects</a>.</p> <h3>Creating new files</h3> |
