diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index d982939510c9a..6dedad6d52c07 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -50,7 +50,7 @@ the key changes you should be aware of as you prepare to migrate to Android Stud

Android Studio uses a different project structure. Each Eclipse ADT project is called a module in Android Studio. Each instance of Android Studio contains a project with one or more app modules. For more information see, - Project + Project Structure.

  • Manifest settings @@ -59,14 +59,14 @@ the key changes you should be aware of as you prepare to migrate to Android Stud build.gradle file. These elements are still valid manifest entries and may appear in manifests from older projects, imported projects, dependencies, and libraries. For more information see, - Manifest + Manifest Settings.

  • Dependencies

    Library dependencies are handled differently in Android Studio, using Gradle dependency declarations and Maven dependencies for well-known local source and binary libraries with Maven coordinates. For more information see, - Dependencies

    + Dependencies

  • Test code @@ -261,7 +261,7 @@ Android Studio project and does not impact the existing Eclipse ADT project.

    Gradle-based build system to become familiar with the new project and module structure, flexible build settings, and other advanced Android development capabilities. For a comparison of Eclipse ADT and Android Studio features and usage, see -Transitioning to Android Studio from +Transitioning to Android Studio from Eclipse. For specific Android Studio how-to documentation, see the pages in the Workflow section.