On Tue, Aug 6, 2013 at 12:42 AM, VB <[email protected]> wrote:
> But when I launch my SDK Manager from Eclipse it shows that this
> subpackage has been Deprecated.
> Because my project it not compiling without this.
>
You can still compile an application even with deprecation warnings: use *
@SuppressWarnings("deprecation");* to suppress warnings or configure the
compiler to ignore deprecation warnings by going to Properties > Compiler >
Errors/Warnings and selecting the appropriate options.
On Tue, Aug 6, 2013 at 12:42 AM, VB <[email protected]> wrote:
> It fails in the below import statements for example. I am assuming this
> must be in that above subpackage.
>
Do you mean that those classes are showing up as deprecated, or the files
that they reference are showing up as deprecated? What is the exact text of
the deprecation warnings (you'll see them in the Problems pane of Eclipse)?
On Tue, Aug 6, 2013 at 12:42 AM, VB <[email protected]> wrote:
> But when I launch my SDK Manager from Eclipse it shows that this
> subpackage has been Deprecated.
>
There is a GCM client library that is deprecated, see
http://developer.android.com/google/gcm/helper.html (remember to read the
first prompt that comes up, it's important!). Follow the links to get the
most recent version.
-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL
App Engine Code Samples: http://www.learntogoogleit.com
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.