【发布时间】:2015-09-11 16:07:40
【问题描述】:
我按照本教程为我的 Android 应用设置云数据库
https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints
一切编译正常,服务器运行在http://localhost:8080/
但我不断收到此错误
在 20000 毫秒后无法连接到 /10.0.0.2(端口 8080)
我尝试将 10.0.0.2 替换为我的本地 IP 地址,但它不起作用并显示相同的错误。
我正在使用 Android Studio 并在我的 Android 手机上调试应用程序。请帮忙。谢谢!
【问题讨论】:
-
你实际部署过App引擎项目吗?
标签: android google-app-engine android-studio google-cloud-endpoints google-cloud-platform