Software⏱️ 2 min read📅 2026-05-31

How to Fix: Failed to find Build Tools revision 23.0.1

Failed to find Build Tools revision 23.0.1

Quick Answer: Try updating the Android SDK and NDK to the latest versions.

The 'Failed to find Build Tools revision 23.0.1' error occurs when the Android build tools version specified in your project's `android/build.gradle` file does not match the version installed on your system.

🚀 How to Resolve This Issue

Method 1: Update Android Studio and Build Tools

  1. Step 1: Open Android Studio, go to File >Settings (or Preferences on macOS), and navigate to Appearance & Behavior >System Settings.

Method 2: Use the Android Studio Command Line Tool

  1. Step 1: Open a terminal or command prompt and run the following command to update the Android build tools:
android update sdk --current-bundle

💡 Conclusion

By following these steps, you should be able to resolve the 'Failed to find Build Tools revision 23.0.1' error and successfully build your React Native app.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions