summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-12-05 10:55:34 -0800
committerJoe Fernandez <joefernandez@google.com>2014-12-07 19:55:57 -0800
commitfc64b70a20bfd9cdc6ba488f4cd625dae2d5b923 (patch)
treee009fb2c136ade566bd0bbecdbe374ec43e3d124 /docs/html/sdk
parente3fe9382b93b688384553202db718922c7a957ec (diff)
downloadframeworks_base-fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923.zip
frameworks_base-fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923.tar.gz
frameworks_base-fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923.tar.bz2
docs: new Eclipse menu [CP]
Cherry-pick of Change-Id: Ie9f679de0cf741e73f79ae2c6da0f92e4fb6e3d8 Change-Id: I5528c2c4a0d1ed383453ff3d462b5a9ed664ef55
Diffstat (limited to 'docs/html/sdk')
-rw-r--r--docs/html/sdk/installing/migrate.jd43
1 files changed, 29 insertions, 14 deletions
diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd
index b83f8d3..708f27e 100644
--- a/docs/html/sdk/installing/migrate.jd
+++ b/docs/html/sdk/installing/migrate.jd
@@ -1,4 +1,4 @@
-page.title=Migrating from Eclipse
+page.title=Migrating to Android Studio
@jd:body
@@ -14,11 +14,29 @@ page.title=Migrating from Eclipse
</div>
</div>
+<p>To quickly start developing apps, we recommend you migrate to Android Studio, a new Android
+development environment powered by IntelliJ IDEA. On top of the capabilities you expect from
+IntelliJ, Android Studio offers:</p>
+
+<ul>
+ <li>Flexible Gradle-based build system.</li>
+ <li>Build variants and multiple APK generation.</li>
+ <li>Expanded template support for Google services and various device types.</li>
+ <li>Rich layout editor with support for theme editing.</li>
+ <li>Lint tools to catch performance, usability, version compatibility, and other problems.</li>
+ <li>ProGuard and app-signing capabilities.</li>
+ <li>Built-in support for <a
+ 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>
+</ul>
+
+<h2 id="import">Import into Android Studio</h2>
+
<p>If you've previously developed for Android using Eclipse and would like to migrate
to Android Studio, you can import your project into Android Studio.</p>
-
-<h2 id="Export">Import into Android Studio</h2>
<ol>
<li>In Android Studio, close any projects currently open. You should see the
<strong>Welcome to Android Studio</strong> window.</li>
@@ -27,21 +45,18 @@ 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>
-</ol>
-
-
-<p>Now that your project is imported to Android Studio,
-read <a href="{@docRoot}sdk/installing/studio-tips.html">Tips and Tricks</a> for some
+<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 class="note"><strong>Note:</strong>
-It's possible to import an existing Android project to Android Studio even if you
+<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
-run projects using an existing Ant build file. However, in order to take advantage of build
+run projects using an existing Ant build file.</p>
+
+<p>However, in order to take advantage of build
variants and other advanced features in the future,
we strongly suggest that you generate a Gradle build file using
the ADT plugin or write your own Gradle build file for use with Android Studio.
-For more information about the Gradle build system, see the
-<a href="http://tools.android.com/tech-docs/new-build-system/user-guide">Gradle
-Plugin User Guide</a>.</p>
+For more information about the build system, see the
+<a href="{@docRoot}sdk/installing/studio-build.html">Build System</a> guide.</p>