I am facing this weird problem with the Android Studio SDK Build tool under Preview Channel, when I download Android SDK Build-tools, revision 23 rc2 from 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 will 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,
- Right Click on your module/project.
- Click on, Open Module Settings.
- Now under Build tools version select: 23.0.0 rc2
- Click OK!
- Things should be all OK!
This is not an AI-generated article but is demonstrated by a human.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!