I am trying out the Google Cloud tools for Android Studio and cannot access the local server from any other devices on my network or locally via the machine's 192.169.etc address. It appears I need to set the server to listen on all IP addresses, not just localhost, which appears to be done by running with the command line argument --address=0.0.0.0. The problem is I cannot find where to do this in Android Studio at all. Can anyone help?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- java.lang.NullPointerException at java.io.PrintWri
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
OK I just worked it out (actually i re-read the documentation at https://github.com/GoogleCloudPlatform/gradle-appengine-plugin). Adding httpAddress="0.0.0.0" within the 'appengine' field in my build.gradle file sorted it. For reference, my build.gradle now includes: