28 Sept 2015

Error:failed to find Build Tools revision 23.0.0 rc2


Going crazy with this error from about a couple of hours.

The error is:

failed to find Build Tools revision 23.0.0 rc1
But I think to have all update



I could fix it by changing it to

android {
    compileSdkVersion 22
    buildToolsVersion "22.0.0"
}
in build.gradle file

Open the SDK Manager and find the version of the Android SDK Build-tools which is installed and that you want to use. Then go to Gradle Scripts > build.gradle (Module: app). Set the buildToolsVersion to your version.
There is an easier solution. "Right click on the project > Open Module Settings. Choose the Complie Sdk Version and Build Tools Version you want to use".

No comments:

Post a Comment