谷歌插件不适用于应用引擎项目- Eclipse Indigo - WindowsXP

时间:2022-03-19 10:43:46

I am trying to run through the cloud sync tutorial, and for some reason it's not importing Android into the project correctly. I tried to look at the problem again today and I noticed that there are updates for the Google and Android plugins. I upgraded, and now when I try to load the App Engine connected to Android project wizard, I see the following error:

我正在尝试运行云同步教程,由于某些原因,它没有将Android正确地导入到项目中。我今天再次尝试查看这个问题,我注意到谷歌和Android插件都有更新。我升级了,现在当我尝试加载连接到Android project wizard的App Engine时,我看到了以下错误:

The selected wizard could not be started.
Plug-in "com.google.gdt.eclipse.mobile.android" was unable to instantiate class
"com.google.gdt.eclipse.mobile.android.wizards.NewAndroidCloudProjectWizard".
com/android/io/StreamException

Is this a bug with the latest Google plugin?

这是最新的谷歌插件的缺陷吗?

1 个解决方案

#1


1  

I think everyone with the most recent GAE plugin is having the same problem. If you take a look at this thread, I think it's the same issue.

我认为所有使用最近的GAE插件的人都有同样的问题。如果你看看这条线,我认为这是同一个问题。

Long story short, the newest plugin doesn't seem to be compatible with the wizard, which may be because Google is waiting to update it to use GCM instead of C2DM.

长话短说,最新的插件似乎与向导不兼容,这可能是因为谷歌正在等待更新,以使用GCM而不是C2DM。

That's what Google's saying here, and the solution they suggest in the meantime is to create an Android project by itself, right click and go to Google->Generate App Engine Backend... I had some errors when I did this myself, but it might give you some of what you need.

这就是谷歌的意思,同时他们建议的解决方案是自己创建一个Android项目,右键点击进入谷歌->生成App引擎后端……我自己做这个的时候有一些错误,但是它可能会给你一些你需要的东西。

#1


1  

I think everyone with the most recent GAE plugin is having the same problem. If you take a look at this thread, I think it's the same issue.

我认为所有使用最近的GAE插件的人都有同样的问题。如果你看看这条线,我认为这是同一个问题。

Long story short, the newest plugin doesn't seem to be compatible with the wizard, which may be because Google is waiting to update it to use GCM instead of C2DM.

长话短说,最新的插件似乎与向导不兼容,这可能是因为谷歌正在等待更新,以使用GCM而不是C2DM。

That's what Google's saying here, and the solution they suggest in the meantime is to create an Android project by itself, right click and go to Google->Generate App Engine Backend... I had some errors when I did this myself, but it might give you some of what you need.

这就是谷歌的意思,同时他们建议的解决方案是自己创建一个Android项目,右键点击进入谷歌->生成App引擎后端……我自己做这个的时候有一些错误,但是它可能会给你一些你需要的东西。