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,
- Error running 'app': No target device found.
- How to save IntelliJ IDE Console logs to external log file
- Android Studio : Implement abstract methods shortcut
- Android Studio Error:(19, 0) Gradle DSL method not found: android()
- Android [SDK Manager] The system cannot find the path specified
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- [Android Studio] Hardcoded string Button, should use @string resource
- JDK Location in Android Studio
- Android Studio : Connection Error : Failed to download patch file
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Cannot start Android Studio. No JDK found
- Android Studio : Build Tools 23.0.0 rc1 is deprecated
- Android Studio emulator/Device logCat logs not displayed
- Delete Android Studio Projects
- Android Studio : Change FAB icon color : FloatingActionButton
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Building library Gradle Project Info: Downloading services.gradle.org
- [Android Studio] Could not automatically detect an ADB binary
- The package must have at least one . separator [Android Studio]
- Create assets folder in Android Studio
- How to remove Floating Action Button Android Studio Blank Activity Template
- [Event Log] Android Studio performance could be improved
- The selected device is incompatible : Android Studio
- Disabling Spell Check in Android Studio
More Posts:
- 97 Useful Notepad++ Keyboard Shortcuts - NotepadPlusPlus
- How to save IntelliJ IDE Console logs to external log file - Android-Studio
- [Fix] Modern authentication failed here, but youll still be able to sign in. Your status code is 4c7 - Microsoft Teams - Teams
- Change Android EditText Cursor Height - Android
- Quick steps to install Nginx on Ubuntu Linux - Ubuntu
- Update SharePoint Online List Item using REST API, HTML, Spfx, Postman - SharePoint
- Submit html form on dropdown menu value selection or change using javascript - JavaScript
- How to make jsfiddle bootstrap ready - CSS