diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index c01291c388ade..6b9f073c79e17 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -12,47 +12,44 @@ page.tags=studio,sdk,tools,firstapp
  • Project and File Structure
  • Android Build System
  • Debug and Performance
  • - - -

    See also

    -
      -
    1. IntelliJ FAQ on migrating to IntelliJ IDEA
    2. -
    + + + Get Android Studio + -

    Android Studio is the official IDE for Android application development, +

    Android Studio is the official IDE for Android app development, based on IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:

    -

    If you're new to Android Studio or the IntelliJ IDEA interface, this -page provides an introduction to some key Android -Studio features.

    - -

    For specific Android Studio how-to documentation, see the pages in the This page provides an introduction to some key Android Studio features. For +specific Android Studio how-to documentation, see the pages in the Workflow section, such as Managing Projects from Android Studio and -Building and Running from Android -Studio. For a summary of the latest changes to Android Studio, see the -Android Studio Release Notes.

    +"{@docRoot}sdk/installing/create-project.html">Managing Projects from Android +Studio and Building +and Running from Android Studio. For a summary of the latest changes to +Android Studio, see the Android +Studio Release Notes.

    + @@ -103,8 +100,8 @@ from the Project drop-down.

    Other Android Studio views

    When you use the Project view 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 +instance of Android Studio contains a project with one or more app modules. Each +app module folder contains the complete source sets for that module, including {@code src/main/} and {@code src/androidTest/} directories, resources, build file and the Android manifest. For the most part, you will need to modify the files under each module's {@code src/main/} directory for source code updates, the gradle.build file for build @@ -202,7 +199,7 @@ device or emulator, click the Android tab in the lower left cor runtime window to launch the Android runtime window. Click the Memory or CPU tab.

    -

    Figure 4. Monitor memory and CPU usage.