Could not connect to React Native development server on Android

前端 未结 28 1976
鱼传尺愫
鱼传尺愫 2020-11-30 22:10

When I run react-native run-android, it gives me the following error:

Could not connect to development server

28条回答
  •  温柔的废话
    2020-11-30 22:29

    My solution is modify or make new AndroidManifest.xml in android/app/src/debug:

    
    
    
        
    
        
    
    

    I am using React Native version: 0.61.5

提交回复
热议问题