diff options
author | Scott Main <smain@google.com> | 2013-06-06 15:22:30 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-06-06 15:22:30 -0700 |
commit | b2b216e79880884f7ebbea6ee997fc88edc229fc (patch) | |
tree | 916d09425022b4e58ab82158485903eaedbf2691 /docs/html | |
parent | 2f55af55fca237b8d675dbe5b1b7da1821d630fc (diff) | |
download | frameworks_base-b2b216e79880884f7ebbea6ee997fc88edc229fc.zip frameworks_base-b2b216e79880884f7ebbea6ee997fc88edc229fc.tar.gz frameworks_base-b2b216e79880884f7ebbea6ee997fc88edc229fc.tar.bz2 |
add links to a couple intellij docs for Eclipse users
Change-Id: I6f373c62781e9d4b6b296d92242f4296b1fe6fe4
Diffstat (limited to 'docs/html')
-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 |