Android Studio SDK Build-tools 23 rc2 not getting installed


I am facing this weird problem with Android Studio SDK Build tool under Preview Channel, when I download Android SDK Build-tools, revision 23 rc2 form SDK manager it gets downloaded and installed but still it shows "Not Installed"!

Fetching URL: http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml
Validate XML: http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml
Parse XML:    http://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml
  Found Google APIs Intel x86 Atom System Image, Google Inc. API 21, revision 6
  Found Google APIs Intel x86 Atom_64 System Image, Google Inc. API 21, revision 6
  Found Google APIs ARM EABI v7a System Image, Google Inc. API 21, revision 6
  Found Google APIs Intel x86 Atom System Image, Google Inc. API 22, revision 1
  Found Google APIs ARM EABI v7a System Image, Google Inc. API 22, revision 1
  Found Google APIs Intel x86 Atom_64 System Image, Google Inc. API 22, revision 1
Fetching URL: http://dl.google.com/android/repository/sys-img/x86/addon-x86.xml
Validate XML: http://dl.google.com/android/repository/sys-img/x86/addon-x86.xml
Parse XML:    http://dl.google.com/android/repository/sys-img/x86/addon-x86.xml
  Found Google APIs (x86 System Image), Android API 19, revision 14
Done loading packages.
Preparing to install archives
Downloading Android SDK Build-tools, revision 23 rc2
Installing Android SDK Build-tools, revision 23 rc2
Installed Android SDK Build-tools, revision 23 rc2
Done. 1 package installed.

If you see the logCat logs you would see that the Android SDK package is installed! When I try to run it on the project, I get the following error,

6:43:52 PM Android Build Tools
           Build Tools 23.0.0 rc1 is deprecated.
           Please update these modules to use Build Tools 23.0.0 rc2 instead:
           * app
           Otherwise the project won't build. (show balloon)
Solution :

I am able to fix this issue! The rc2 build tool has been installed but not linked to the project, to solve it,

  1. Right Click on your module/project.
  2. Click on, Open Module Settings.
  3. Now under Build tools version select: 23.0.0 rc2
  4. Click OK!
  5. Things should be all OK!


















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap