diff options
| author | Dave Holmes <daveholmes@google.com> | 2014-06-04 23:35:50 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-04 23:35:50 +0000 |
| commit | aabfcb78cf29e3d670831c770b9d757eb79487e4 (patch) | |
| tree | 818bdd75e73bd367371aace8030c2209b869b337 /docs/html/sdk/installing | |
| parent | 2e10cc9021b1cd3d90c55038191872f29a02c3f2 (diff) | |
| parent | d9659890672141ee0722e8d1ae8d8e091e848265 (diff) | |
| download | frameworks_base-aabfcb78cf29e3d670831c770b9d757eb79487e4.zip frameworks_base-aabfcb78cf29e3d670831c770b9d757eb79487e4.tar.gz frameworks_base-aabfcb78cf29e3d670831c770b9d757eb79487e4.tar.bz2 | |
Merge "Adding links to the Gradle docs. Both of these files ask you to change the contents of your gradle file, but neither links to reference information on gradle. Because this is still pretty new information, I'd like to include a link to the Building with Gradle documentation." into klp-docs
Diffstat (limited to 'docs/html/sdk/installing')
| -rw-r--r-- | docs/html/sdk/installing/studio.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index 2ad5808..a6f1115 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -395,7 +395,9 @@ screen that offers several ways to get started:</p> <p class="note"><strong>Note:</strong> If you previously developed your Android project with Eclipse, you should first use the new export feature in the ADT plugin to prepare your project with the new Gradle build system. For more information, read - <a href="{@docRoot}sdk/installing/migrate.html">Migrating from Eclipse</a>.</p> + <a href="{@docRoot}sdk/installing/migrate.html">Migrating from Eclipse</a> and + <a href="{@docRoot}sdk/installing/studio-build.html">Building Your Project with + Gradle</a>.</p> </li> </ul> |
