From a351bca51a2bb2cf8abb7c1c3b92c56eb6de3fbf Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 30 Jun 2015 12:36:09 -0700 Subject: docs: migration guide link update b.android/178474 Change-Id: Ie0c54b1eb4d47426da4e09cfea0ede7dde3c7a91 --- docs/html/sdk/installing/migrate.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/html/sdk') diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index d9829395..6dedad6 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.

    -- cgit v1.1