-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Android Studio is not being detected.. #32278
Comments
Facing the same issue.
|
More info:
|
So far, I manager to track down the issue to
|
Related issues: react-native-community/cli#858 and tabrindle/envinfo#137 |
Found the actual issue. But I'm not sure if it's solvable. Why does react-native need to parse the info so critically? Isn't the binary location all it should need? |
+1. I've just bumped into this issue while installing RN dev environment on a new Ubuntu machine. A good solution would be to update RN documentation & RN doctor tool error message to say that Android Studio must be installed into P.S.: I actually suspect that technically it may live in different locations as well — on my other machine RN environment worked fine with Android Studio installed at |
Closing as this issue is with the CLI and should be opened here: https://github.com/react-native-community/cli/issues
@birdofpreyru please open a new issue there. |
Moving Android Studio to |
Ubuntu 22.04 +1, moving Android Studio to |
After unzipping the tar file into |
As said above, Android Studio does not have to be installed into The doctor can't find it wrongly, because, if I recall correctly, it relies on a 3rd party dependency to find software installed on the system, and that 3rd party dependency just looks for Android studio and SDK at the static location in |
Faced the same problem, the Android SDK is being detected but not the Android Studio. I found the Android Studio is not installed in default path and C:/, and reinstalled in defalut path solved this problem |
same problem, in linux. is work if android-studio in /opt folder. in case i installed android studio using snap. ` Android Errors: 1 this working :
` `
` Android Errors: 0 |
I faced the same issue. |
When I run
npx react-native doctor
everything seems ok except that it's not recognizing Android studioI have the latest Android studio arctic fox installed and I have tried to run the project using Android Studio and it was working.. but when I run the project using
npx react-native run-android
It fails because of the Android environment..The text was updated successfully, but these errors were encountered: