-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
the development server returned response error code :404 #7274
Comments
@facebook-github-bot stackoverflow PS. Please make sure you have the packager started & running in the correct folder, looks like you are trying to run a project whereas the packager runs in the folder of the previous one. |
@grabbou Thanks, yeah ,I forget to close the previous one, Then I restart it ,but error like this |
Have you tried following the steps in error box? Isn't that changing anything? |
@grabbou yeah ,I tried,but it's no use |
@grabbou i forget the last :./packager/packager.sh ... |
@allenyulun Turn on the |
quit the "react-native run-android", then do "adb reverse tcp:8081 tcp:8081" and then do the "react-native run-android" and the code shall work on "Reload JS". |
i have same problem please give me solution |
react-native start |
Maybe you could use |
@a1exlism Have you met the same problem and solved by this way? |
who can tell me how to solve? |
I found several problems related with this error, and here are my solutions to solve this problem:
|
The movies sample has been removed from the core RN repo. Feel free to publish standalone example apps, and we can curate a list of them for the website. |
I have the same problem.The code can worked in IOS ,but can not be worked in android .If you have solue this problem ,tell me ,thanks~ 我有同样的问题。本来运行好好的项目突然出现这个问题,我原本以为是代码的原因,但是我从git拉下来可以运行的代码也出现了这个问题。是不是我的Android环境在mac上出现问题了。一定要帮帮我解决一下这个问题。谢谢你~ |
This worked for me (still not happy)
Where |
This should work! |
Indeed! Why!? Last Friday it was working all good and yesterday I just start the project without changes and I got that error. So, if you guys know why this start please, let me know. |
@rochapablo apparently, your android react-native version ahead of your react-native version,use react-native:+ is not preciseness |
when I run:./gradlew :Examples:Movies:android:app:installDebug
the AwesonmeProject is my first react-native module
The text was updated successfully, but these errors were encountered: