skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

"App Engine Connected Android Project" wizard generates deprecated GCM code #292

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Launch wizard to create "App Engine Connected Android Project"
2. Inspect code

What is the expected output?
Best practices code for using GCM.

What do you see instead?
Example is based on GCMRegistrar.

The documentation for GCMRegistrar states:

This class is deprecated.
Please use the GoogleCloudMessaging API instead.

What version of the product are you using? On what operating system?
- Eclipse Kepler Service Release 2;
- Ubuntu 11.04;
- java version "1.8.0_05";
- Android SDK Tools 23.02;
- GPE 3.6.0

Original issue reported on code.google.com by frank.ha...@gmail.com on 11 Jul 2014 at 11:13