3

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?

1 Answer 1

3

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
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.