-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Doctor is unable to detect the Android SDK in Windows 10 #2221
Comments
Hey @bogdanbaghiu, that's because you're using |
@szymonrybczak Thanks for your answer! You were right that I had the added library in my package.json and after that I have made several changes to my package.json that I invite you to look at and try. I have made some progress but I will tell you what I have been discovering. I Delete the Then I realized that if I delete the android folder from my project I get the following: I have noticed that the npx expo run:android command generates the android build but for some reason it says that the Android SDK supported has to be .b33.0.0 and the ones I have installed are 33.0.0 Could you check if the same thing happens to you with my project but on your computer? If it doesn't happen to you, could you please try to guide me to know why it tells me that it needs an sdk with .b in front of 33.0.0? |
I'm having the same issue on Apple Silicon and I am NOT using expo. SDK is there but same doctor results.. Thoughts? `npx react-native info WARNING: You should run npx react-native@latest to ensure you're always using the most current version of the CLI. NPX has cached version (0.73.1) != current release (0.73.3) info Fetching system and libraries information... info React Native v0.73.3 is now available (your project is running on v0.73.1). |
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days. |
ign) |
Hi @bogdanbaghiu, did you ever figure out why you are seeing the |
+1 |
Any thoughts about this issue? are we the only ones with this problem? What is the other method that most of the other people follow? |
I'm having the same issue as OP |
Same issue |
1 similar comment
Same issue |
same issue :) |
same issue |
same issue on |
Looks like this code is looking for a
|
Same issue here |
Same issue for me too!!!! if anybody knows how to fix this please help me Android
Environment: System: |
hey all! if you're using If the issue is presented and you're using project bootstrapped with React Native Community CLI and not levering Expo tools please feel free to open new issue. |
If you have any issues like version supported .b34.0.0 Make sure you have Android NDK of 27.0.11902837 and also set that in your project; Like below: buildscript {
} |
Same issue here :( |
Mesmo problema aqui no macOS Sonoma 14.5 Update:
Provavelmente não é a maneira mais adequada. Mas foi a única forma que consegui resolver essa issue. |
same issus: info Fetching system and libraries information... so when I run doctor: npx react-native doctor Common ✓ Node.js - Required to execute JavaScript code ✓ yarn - Required to install NPM dependencies ✓ Watchman - Used for watching changes in the filesystem when in development mode ● Metro - Metro Bundler is not running Android
iOS
Errors: 4 Usage |
Running |
Hello I tried to exec the

npx react-native doctor
and obtain that:I have installed the android-sk 33 and 34, but supported
.b33.0.0
. I need help please!!The


npx react-native info
get that:And I installed the latest version (11) from Android SDK Command-line Tools
React native project to test: https://github.com/bogdanbaghiu/test_image_colors
But the check of Android Sdk not pass :(
The text was updated successfully, but these errors were encountered: