Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Plugin not working for App Engine project - Eclipse Indigo - WindowsXP

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:

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?

like image 364
Tuna83 Avatar asked Jun 28 '12 04:06

Tuna83


1 Answers

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.

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.

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.

like image 140
thomas88wp Avatar answered Sep 28 '22 09:09

thomas88wp