标签: react-native android-emulator
我遇到了React-native应用程序的问题,即:开发服务器返回响应错误代码:401
Android emulator error with React-native App
答案 0 :(得分:0)
您需要运行服务器:
$ react-native run-android (launches the app on the emulator) $ react-native start (loads the server)
如果这不起作用,请检查您是否在该端口上没有运行任何服务。
您也可以按照以下说明更改端口:
React Native "Could not connect to development server."