React-native: 0.72.5 "react-native-code-push": "8.0.0" code-push-cli: 2.6.5 客户端已通过微软[官方文档](https://github.com/microsoft/react-native-code-push/blob/master/docs/api-android.md)进行配置。 strings.xml配置为本地的服务: ``` <resources> <string moduleConfig="true" name="CodePushDeploymentKey">8vmuHikmKmbOqBFA2xk2Lilmu1QZ4ksvOXqog</string> <string moduleConfig="true" name="CodePushServerURL">http://192.168.31.14:3000</string> </resources> ``` 安卓模拟器启动app后codepush提示 Network request failed。 请问安卓端该如何配置?