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,
- 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!
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- groovy.lang.MissingPropertyException No such property Error
- How to fix java.net.NoRouteToHostException in Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- [Android Studio] MainActivity does not exist
- [Android Studio] Could not automatically detect an ADB binary
- Android Studio: Cannot perform refactoring operation
- How to Configure Eclipse keymap in IntelliJ IDE
- Android Studio setup was canceled - How to resume
- [Android Studio] Hardcoded string Button, should use @string resource
- The selected device is incompatible : Android Studio
- Android Activity Main xml stuck loading
- Android Studio 1.3 beta now Available for Developers
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio 4.2 Canary 1 now available
- [Android Studio] Button on click example
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- How to enable line numbers in IntelliJ Android Studio for all files
- Delete Android Studio Projects
- How to update Android Studio
- [Android Studio] Error: Missing system image on device
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- Android [SDK Manager] The system cannot find the path specified
- Failed to install Android.apk on device 'emulator-5554': timeout
- [Solved] Error launching studio
More Posts:
- How to hide or display Wifi icon in macOS Bug Sur Menu Bar - MacOS
- Shortcuts: How to Toggle Word Wrap in Visual Studio Code (VS Code) - Shortcuts
- How to activate and create SharePoint Spaces feature for mixed reality experience - 2D/3D images and web parts - SharePoint
- How to pip install Python Modules in VSCode - Python
- Building library Gradle Project Info: Downloading services.gradle.org - Android-Studio
- How to create StackOverflow error in java - Java
- Get count of SharePoint List or Document Library Items using PowerShell - SharePoint
- Disable Startup Sound on macOS - MacOS