Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/333.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 使用Google app Engine和Android注册应用程序/部署应用程序_Java_Android_Eclipse_Google App Engine_Gae Eclipse Plugin - Fatal编程技术网

Java 使用Google app Engine和Android注册应用程序/部署应用程序

Java 使用Google app Engine和Android注册应用程序/部署应用程序,java,android,eclipse,google-app-engine,gae-eclipse-plugin,Java,Android,Eclipse,Google App Engine,Gae Eclipse Plugin,我正在尝试使用Eclipse和提供的Google插件在AppEngine上部署一个非常简单的应用程序 我创建了最简单的android应用程序,它启动了插件生成的RegisterActivity,在这里我插入了ID、Api密钥和项目号。然后我单击按钮,但收到以下错误消息: 11-25 16:53:50.372: E/com.example.a123.GCMIntentService(25146): Exception received when attempting to register wit

我正在尝试使用Eclipse和提供的Google插件在AppEngine上部署一个非常简单的应用程序

我创建了最简单的android应用程序,它启动了插件生成的RegisterActivity,在这里我插入了ID、Api密钥和项目号。然后我单击按钮,但收到以下错误消息:

11-25 16:53:50.372: E/com.example.a123.GCMIntentService(25146): Exception received when attempting to register with server at https://blabla-my-app67.appspot.com/_ah/api/
11-25 16:53:50.372: E/com.example.a123.GCMIntentService(25146): com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
11-25 16:53:50.372: E/com.example.a123.GCMIntentService(25146): Not Found
尽管如此,控制台告诉我有一个实例正在运行,CloudEndpointUtils.java中的LOCAL_ANDROID_RUN变量被设置为false

事实上,例如,似乎这个URL:me404错误

这怎么可能?我做错了什么

事先非常感谢

艾尔

编辑:

blabla-my-app67.appspot.com//u-ah/api/explorer不是404,而是404

编辑解决方案: 您绝对需要使用java JRE 1.7进行编译

解决方案


您绝对需要使用java JRE 1.7进行编译!!1.8不起作用。

找到了解决方案:您绝对需要使用java JRE 1.7进行编译!!