-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Wrong (or at least not descriptive) "error Android project not found" msg #29035
Comments
I have the same behavior. |
any update ? |
I also faced the same issue |
Hi @scarlehoff thank you for the issue! I've bumped into this too 😅 pretty annoying. This issue board is for issues pertaining to React Native core items. Please file an issue with the CLI repo, they can better address this. Thanks! |
Faced same issue, almost rewrote all the project from scratch, thanks. |
Encountered the same message. Had ” instead of " in AndroidManifest.xml. Spent a good while looking until I found this discussion. Thanks! |
Indeed I got lost for a few minutes because of this. Thanks a lot! |
Description
A badly formatted AndroidManifest file will make
react-native run-android
fail with the following message:It will be very useful to either point to the actual error or just say that it could not run for some reason without giving a wrong reason.
React Native version:
Binaries:
Node: 14.3.0 - /usr/bin/node
Yarn: 1.22.4 - /usr/bin/yarn
npm: 6.14.5 - /usr/bin/npm
Watchman: 4.9.0 - /usr/bin/watchman
SDKs:
Android SDK:
API Levels: 28, 29
Build Tools: 28.0.3, 29.0.2, 29.0.3
System Images: android-29 | Google APIs Intel x86 Atom
npmPackages:
react: 16.11.0 => 16.11.0
react-native: 0.62.2 => 0.62.2
npmGlobalPackages:
react-native: 0.60.5
Steps To Reproduce
android/app/src/main/AndroidManifest.xml
react-native run-android
Great project and thank you very much for your hard work!
The text was updated successfully, but these errors were encountered: