Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReactNative does not install android 33 sdk how to solve it?

react-native needs about android33 so I installed it, but it still asks me to install itenter image description here

As above, I installed version 33. However, if you check the contents with react-native doctor,

Android
 ✖ Adb - No devices and/or emulators connected. Please create emulator with Android Studio or connect Android device.
 ✓ JDK - Required to compile Java code
 ✓ Android Studio - Required for building and installing your app on Android
 ✖ Android SDK - Required for building and installing your app on Android
   - Versions found: 30.0.3
   - Version supported: 33.0.0
 ✓ ANDROID_HOME - Environment variable that points to your Android SDK installation

I am getting this error, how can I fix it?

like image 631
madol Avatar asked Dec 14 '25 06:12

madol


1 Answers

I got the same problem but i fixed it like this:

  1. Open your android studio SDK Manager SDK-Manager
  2. Click on SDK Tool Tab SDK-Tool
  3. Install Android SDK Build-Tools Android SDK Build-Tools
  4. After install it, click Show Package Details at the bottom like this Expand-Android-SDK-Build-Tools
  5. Lastly, install necessary version, in your case it would be 33.0.0 Version-33.0.0
like image 114
Unknown Avatar answered Dec 16 '25 22:12

Unknown



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!