diff --git a/docs/html/images/tools/studio_error_gradle5.png b/docs/html/images/tools/studio_error_gradle5.png deleted file mode 100644 index 13de6079718fd..0000000000000 Binary files a/docs/html/images/tools/studio_error_gradle5.png and /dev/null differ diff --git a/docs/html/images/tools/studio_error_supportlib.png b/docs/html/images/tools/studio_error_supportlib.png deleted file mode 100644 index 603b54cafa682..0000000000000 Binary files a/docs/html/images/tools/studio_error_supportlib.png and /dev/null differ diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index f9d2b1546e790..2ad5808afb351 100644 --- a/docs/html/sdk/installing/studio.jd +++ b/docs/html/sdk/installing/studio.jd @@ -312,11 +312,6 @@ the Android SDK Manager.
-Also note that due to the update to Android Gradle Plugin 0.6, you will encounter errors when opening -existing projects. See the Troubleshooting notes below for -information about how to resolve them.
- -Android Studio requires JDK 6 or greater (JRE alone is not sufficient). To check if you
have JDK installed (and which version), open a terminal and type javac -version.
@@ -491,8 +486,7 @@ style="vertical-align:bottom;margin:0;height:19px" /> in the toolbar.
Caution: This new version is not backwards compatible. When opening a project that uses an older version of the plug-in, Studio will show an error - stating Gradle <project_name> project refresh failed. See Troubleshooting below for details.
+ stating Gradle <project_name> project refresh failed.The updated Gradle plug-in includes the following changes:
-Figure 1. Error dialog when opening an existing project.
-Android Studio 0.2.0 has updated the Gradle plug-in to 0.5.0, which is not backwards compatible. -When opening a project that uses an older version of the plug-in, Studio will display the error -shown in figure 1 in the upper right corner of the IDE. -To resolve the error, you must change the version of the Android Gradle plug-in to 0.5.0.
- -
in the bottom-right corner of the IDE,
-then click Search in build.gradle files.build.gradle file.classpath to change the gradle version to 0.5.+.
- For example:
-
-dependencies {
- classpath 'com.android.tools.build:gradle:0.5.+'
-}
-
-
-Figure 2. Error dialog when creating a new project -or opening a project using the support library.
-If, after updating to Android Studio 0.2.x and creating or opening a project, you receive an -error stating "Could not find any version that matches -com.android.support:support-v4:13.0.+", then you must install the Android Support -Repository. 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 -of using the Support Library JAR files, so must be present in the SDK.
- - -If you've encountered other problems in Android Studio, look at the following page +
If you encounter problems in Android Studio, look at the following page for possible resolutions to known issues: http://tools.android.com/knownissues.