Related questions
"Gradle Version 2.10 is required." Error
As I've been using
classpath 'com.android.tools.build:gradle:+'
In the build.gradle file, I got the following error since gradle version 2.10 has been released.
The error is :
Warning:Gradle version 2.10 is required. Current version is 2.8. If
using …
Android Studio "Unable to save plugin settings"
When I opened android studio today, it showed me the following errors:
Then, when after I restart Android Studio, I get these errors:
After I enable "Android Support", and restart, the first two errors show again, and when I restart …
Installing the ADT Plugin for Eclipse
I am trying to install the ADT plugin for Eclipse. However, after I have went to "Install New Software..." and entered the plugin location https://dl-ssl.google.com/android/eclipse/, "Pending..." is displayed. It does not change to "Developer Tools" …