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,
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Use Netbeans keyboard shortcuts in Android Studio
- Android Studio NoClassDefFoundError: java.awt.Toolkit
- Create assets folder in Android Studio
- Cannot start Android Studio. No JDK found
- Android Studio emulator/Device logCat logs not displayed
- Android Studio : Implement abstract methods shortcut
- Android Studio 4.2 Canary 1 now available
- Error running 'app': No target device found.
- How to Search Something (string) in Android Studio Project like Eclipse
- Android Studio : Connection Error : Failed to download patch file
- How to enable line numbers in IntelliJ Android Studio for all files
- Building library Gradle Project Info: Downloading services.gradle.org
- AVD Pixel_2_API_15 is already running. [Android Studio]
- How to update Android Studio
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- Android Studio SDK Build-tools 23 rc2 not getting installed
- The package must have at least one . separator [Android Studio]
- Android activity main xml stuck loading
- Delete Android Studio Projects
- Failed to install Android.apk on device 'emulator-5554': timeout
- Android Studio java.net.NoRouteToHostException
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator window was out of view and was recentered
- How to remove Floating Action Button Android Studio Blank Activity Template
More Posts:
- Force android app to run in Landscape mode programatically - Android
- Type R is already defined error : Android Error - Android
- Call PHP function on Button click using jquery ajax - PHP
- Can't Run SDK Manager find_java.bat issue - Android
- 10 FTP SFTP Clients and Alternatives - FTP
- auth_client_using_bad_version_title : Error Android Lint - Android
- Delete file using PHP code : unlink() - PHP
- Stop android adb service from command prompt or terminal - Android
- How to add Date and Time to Windows Notepad File - NotepadPlusPlus
- Mac OS X Taking Screen Capture using Terminal - Mac-OS-X
- Create SharePoint Site Collection using PowerShell New-SPSite - SharePoint
- SharePoint workflow Canceled - Coercion Failed: Unable to transform the input lookup data into the requested type - SharePoint
- Android : Prevent App for rotation landscape or portrait - Android
- MySQL 1005 Error : SQLSTATE: HY000 (ER_CANT_CREATE_TABLE) Message: Can't create table '%s' (errno: 150) - MySQL
- How to change Android EditText Cursor Color - Android