summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-12-05 20:29:42 -0800
committerJoe Fernandez <joefernandez@google.com>2014-12-07 20:44:03 -0800
commitd0c79c4e95da9aa75847d7539272e278a7cd97f0 (patch)
treee0fa4fd9e9fc4e4f0103fe25dd53b667c45dc66f /docs/html/sdk
parent5797e272a8964e2e129d10106035191f6a6c1a4b (diff)
downloadframeworks_base-d0c79c4e95da9aa75847d7539272e278a7cd97f0.zip
frameworks_base-d0c79c4e95da9aa75847d7539272e278a7cd97f0.tar.gz
frameworks_base-d0c79c4e95da9aa75847d7539272e278a7cd97f0.tar.bz2
fix migrate guide and other studio edits [CP]
Cherry-pick from Change-Id: Ic223d8fa3cd1e66ddd37b8f896fef12869be4268 Change-Id: Iaa878bd8b7dc97391b8f2d635f45a646656891e4
Diffstat (limited to 'docs/html/sdk')
-rw-r--r--docs/html/sdk/index.jd4
-rw-r--r--docs/html/sdk/installing/migrate.jd9
2 files changed, 5 insertions, 8 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd
index 8ab3e58..27978a4 100644
--- a/docs/html/sdk/index.jd
+++ b/docs/html/sdk/index.jd
@@ -296,8 +296,8 @@ href="http://developer.android.com/sdk/index.html">developer.android.com/sdk/</a
<ul style="margin-top:70px;color:#444">
<li><a href="#Requirements">System Requirements</a></li>
- <li><a href="#Other">Other SDK Downloads</a></li>
- <li><a href="{@docRoot}sdk/installing/migrate.html">Migrate from Eclipse</a></li>
+ <li><a href="#Other">Other Download Options</a></li>
+ <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a></li>
</ul>
</div>
diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd
index 708f27e..b888bd8 100644
--- a/docs/html/sdk/installing/migrate.jd
+++ b/docs/html/sdk/installing/migrate.jd
@@ -14,7 +14,8 @@ page.title=Migrating to Android Studio
</div>
</div>
-<p>To quickly start developing apps, we recommend you migrate to Android Studio, a new Android
+<p>If you're currently using Eclipse with ADT, we recommend you migrate to
+<a href="{@docRoot}tools/basics/index.html">Android Studio</a>, a new Android
development environment powered by IntelliJ IDEA. On top of the capabilities you expect from
IntelliJ, Android Studio offers:</p>
@@ -29,7 +30,7 @@ IntelliJ, Android Studio offers:</p>
href="https://developers.google.com/cloud/devtools/android_studio_templates/"
class="external-link">Google Cloud Platform</a>, making it easy to integrate Google Cloud
Messaging and App Engine.</li>
- <li>And much more.</li>
+ <li>And <a href="{@docRoot}tools/studio/index.html">much more</a>.</li>
</ul>
<h2 id="import">Import into Android Studio</h2>
@@ -45,10 +46,6 @@ to Android Studio, you can import your project into Android Studio.</p>
<strong>build.gradle</strong> file and click <strong>OK</strong>.</li>
<li>In the following dialog, leave <strong>Use gradle wrapper</strong> selected and click
<strong>OK</strong>. (You do not need to specify the Gradle home.)</li>
-<p>Now that your project is imported to Android Studio,
-read <a href="{@docRoot}tools/studio/index.html">Android Studio</a> for some
-help getting started.</p>
-
<p>It's possible to import an existing Android project to Android Studio even if you
don't generate a Gradle build file from Eclipse&mdash;Android Studio will successfully build and