无法访问应用程序引擎本地开发服务器

时间:2014-11-25 15:02:00

标签: android google-app-engine android-studio

我正在使用android studio为我的学校项目开发一个Android应用程序,我创建了一个谷歌应用程序引擎端点来访问数据存储区,我按照这两个教程:     http://rominirani.com/2014/08/26/gradle-tutorial-part-9-cloud-endpoints-persistence-android-studio/     https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/HelloEndpoints

所以我创建了一个新模块,将我的谷歌应用程序ID放入appengine-web.xml文件中,当我运行它时,我收到了消息:

  

INFOS:管理控制台正在http://localhost:8080/_ah/admin

运行      

十一月25,2014 3:46:33 PM com.google.appengine.tools.development.DevAppServerImpl doStart

     

INFOS:Dev App Server现在正在运行

但这是我的localhost enter image description here

我还尝试通过编写:

来更改gradle文件中的端口号
  

appengine {

   httpPort = 8080

但我得到了另一个错误:enter image description here

有谁知道为什么我的开发服务器无法访问?

2 个答案:

答案 0 :(得分:0)

您似乎尝试使用端口号8888(查看错误消息),其中服务器以8080端口号运行

如果要更改端口号,项目中有.iml文件,在配置{}下编辑HTTP_PORT

答案 1 :(得分:0)

我发现错误只是使用gogle chrome提示(可能是因为我没有管理员权限运行它)但它在Safari中运行得很好。