diff options
author | Scott Main <smain@google.com> | 2013-06-06 17:55:15 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-06 17:55:15 -0700 |
commit | cdad1772e18e6f6f563b369c41d453e181a5169c (patch) | |
tree | 06e4ce2301f3cdcb3440d4b94833807c84923536 /docs | |
parent | 20c3a1b47abc630cd18ac0c113529f9082a8af9b (diff) | |
parent | b8e4d95c22e0f44aee5cb3001262b5154bf90cb7 (diff) | |
download | frameworks_base-cdad1772e18e6f6f563b369c41d453e181a5169c.zip frameworks_base-cdad1772e18e6f6f563b369c41d453e181a5169c.tar.gz frameworks_base-cdad1772e18e6f6f563b369c41d453e181a5169c.tar.bz2 |
am b8e4d95c: am a7ba45ec: am 7381c7e5: am b2b216e7: add links to a couple intellij docs for Eclipse users
* commit 'b8e4d95c22e0f44aee5cb3001262b5154bf90cb7':
add links to a couple intellij docs for Eclipse users
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/installing/migrate.jd | 11 | ||||
-rw-r--r-- | docs/html/sdk/installing/studio-tips.jd | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index 20a698b..db1b5dd 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -2,6 +2,17 @@ page.title=Migrating from Eclipse @jd:body +<div id="qv-wrapper"> +<div id="qv"> +<h2>See also</h2> +<ul> + <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/Working+in+Eclipse+Compatibility+Mode" class="external-link" + >Eclipse Compatibility Mode</a></li> + <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA" class="external-link" + >FAQ on Migrating</a></li> +</ul> +</div> +</div> <p>If you've previously developed for Android using Eclipse and would like to migrate to Android Studio, you should export your projects from Eclipse in order to generate diff --git a/docs/html/sdk/installing/studio-tips.jd b/docs/html/sdk/installing/studio-tips.jd index 259087b..a686efd 100644 --- a/docs/html/sdk/installing/studio-tips.jd +++ b/docs/html/sdk/installing/studio-tips.jd @@ -2,6 +2,17 @@ page.title=Android Studio Tips and Tricks @jd:body +<div id="qv-wrapper"> +<div id="qv"> +<h2>See also</h2> +<ul> + <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/Working+in+Eclipse+Compatibility+Mode" class="external-link" + >Eclipse Compatibility Mode</a></li> + <li><a href="http://confluence.jetbrains.com/display/IntelliJIDEA/FAQ+on+Migrating+to+IntelliJ+IDEA" class="external-link" + >FAQ on Migrating</a></li> +</ul> +</div> +</div> <p>If you're unfamiliar with the IntelliJ IDEA interface, you might be wondering how to accomplish some common tasks in Android Studio. This page provides some tips |