summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-07-12 14:20:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-07-12 14:20:11 -0700
commitc0f5bb70b72c25c0057d2318bbcc8d79553d1e12 (patch)
tree5502e0afd41dc21649cb3ccd33e809ee99746470
parent925ec03fcd9651ff4c6b04982eb6d930b16493b9 (diff)
parentca4b112eb243b1350aba000c4f021574be25bd96 (diff)
downloadbase-jb-mr2-dev.tar.gz
am ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users and fix typosjb-mr2-dev
* commit 'ca4b112eb243b1350aba000c4f021574be25bd96': add warning for Windows users and fix typos
-rw-r--r--docs/html/sdk/installing/studio.jd16
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd
index 2e9c4b4f2e49..9a29599a16dd 100644
--- a/docs/html/sdk/installing/studio.jd
+++ b/docs/html/sdk/installing/studio.jd
@@ -292,13 +292,19 @@ download (or continue to use) the
follow the <a href="#Installing">installation instructions</a> below and replace your existing
installation.</p>
-<p class="caution"><strong>Caution:</strong> Replacing your existing installation of
+<div class="caution">
+<p><strong>Caution:</strong> Replacing your existing installation of
Android Studio will remove any additional SDK packages you've installed, such as target
platforms, system images, and sample apps. To preserve these, copy them from your current
SDK directory under Android Studio to a temporary location
before installing the update. Then move them back once the update is complete.
If you fail to copy these packages, then you can instead download them again through
the Android SDK Manager.</p>
+<p><strong>Windows users:</strong> Do not install Android Studio 0.2.x in the same
+location as 0.1.x. Doing so may cause errors such as ClassCastException or other unexpected
+behaviors. It's best if you remove your previous version of Android Studio 0.1.x.</p>
+</div>
+
<p>Also note that due to the update to Gradle 0.5, you will encounter errors when opening
existing projects. See the <a href="#Troubleshooting">Troubleshooting</a> notes below for
@@ -548,7 +554,7 @@ or opening a project using the support library.</p>
<p>If, after updating to Android Studio 0.2.x and creating or opening a project, you receive an
error stating <em>"Could not find any version that matches
-com.android.support:support-v4:13.0.+"</em>, then you must install the <strong>Android Studio
+com.android.support:support-v4:13.0.+"</em>, then you must install the <strong>Android Support
Repository</strong>. This was likely caused because you're pointing Android Studio to an external
Android SDK location that does not have the new Maven repository included with Android Studio
0.2.x. This new Maven repository is used by the new build system for the Support Library, instead
@@ -558,9 +564,13 @@ of using the Support Library JAR files, so must be present in the SDK.</p>
<ol>
<li>Open the <strong>Android SDK Manager</strong>.</li>
<li>Expand the <strong>Extras</strong> directory
-and install <strong>Android Studio Repository</strong>.</li>
+and install <strong>Android Support Repository</strong>.</li>
</ol>
+<p>If you've encountered other problems in Android Studio, look at the following page
+for possible resolutions to known issues: <a href="http://tools.android.com/knownissues"
+>http://tools.android.com/knownissues</a>.</p>
+
</div><!-- end main content -->