简体   繁体   English

App Engine已连接android项目连接错误

[英]App Engine connected android project connection error

I've started out with the App Engine. 我已经开始使用App Engine。 Created the App Engine connected Android project. 创建了与App Engine连接的Android项目。

I'm running it locally,on the AVD emulator 2.3.3. 我在AVD模拟器2.3.3上本地运行。 I have my Google account registered in the phone. 我已经在手机中注册了Google帐户。 I've also registered at the C2DM service. 我也已经在C2DM服务中注册。

But when i press the "say hello" button,i get an ClassNotFoundexception. 但是,当我按下“问好”按钮时,我得到了ClassNotFoundexception。

Also,on the http://127.0.0.1:8888/AppIdeas2.html?gwt.codesvr=127.0.0.1:9997 ,if i press the "SAY HELLO" button i get an SERVER ERROR 500 error . 另外,在http://127.0.0.1:8888/AppIdeas2.html?gwt.codesvr=127.0.0.1:9997上 ,如果我按“ SAY HELLO”按钮,则会出现服务器错误500错误。 and if i try to send a ping to the phone i get an SERVER ERROR 500 error. 如果我尝试将ping发送到电话,则会收到服务器错误500错误。 I've searched around,but can't seem to figure it out. 我搜寻了一下,但似乎无法弄清楚。

I wanted to attach screenshots , but haven't got the reputation for it yet.. 我想附加屏幕截图,但尚未获得声誉。

Help would be much appreciated. 帮助将不胜感激。

Eclipse code: Eclipse代码:

אפר 24, 2012 10:25:59 AM com.google.appengine.tools.development.DevAppServerImpl start INFO: The admin console is running at http://localhost:8888/_ah/admin אפר24,2012 10:25:59 AM com.google.appengine.tools.development.DevAppServerImpl启动信息:管理控制台正在http:// localhost:8888 / _ah / admin运行

אפר 24, 2012 11:05:17 AM com.google.appengine.api.search.dev.LuceneDirectoryMap$FileBased SEVERE: File base storage: root directory doesn't exist אפר24,2012 11:05:17 AM com.google.appengine.api.search.dev.LuceneDirectoryMap $ FileBased严重:文件存储:根目录不存在

אפר 24, 2012 11:05:17 AM com.google.appengine.api.search.dev.LocalSearchService init INFO: search initialized אפר24,2012 11:05:17 AM com.google.appengine.api.search.dev.LocalSearchService初始化信息:搜索已初始化

אפר 24, 2012 11:05:17 AM com.google.appengine.api.search.dev.LocalSearchService start INFO: search started אפר24,2012 11:05:17 AM com.google.appengine.api.search.dev.LocalSearchService开始信息:搜索开始

אפר 24, 2012 11:21:14 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet WARNING: No file found for: /_ah/admin/ not showing phone אפר24,2012 11:21:14 AM com.google.appengine.tools.development.LocalResourceFileServlet doGet警告:找不到以下文件:/ _ah / admin /未显示电话

think of your emulator as a different machine, so it wouldn consider http://127.0.0.1:8888 it's own local host, not your app engine dev server. 请将您的模拟器视为另一台机器,因此它不会考虑http://127.0.0.1:8888它是自己的本地主机,而不是您的App Engine开发服务器。 Instead, run app engine using a network IP and call that from the emulator. 而是使用网络IP运行应用程序引擎,然后从模拟器中调用该引擎。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM