Hi Gavin,
If I've missed something please don't be offended, but I think you're
missing the separation of Server and Client Device.
Google App Engine is all about running applications on Google's servers -
all communication with any device (Android, PC, etc.) needs to be done
using one of the pre-defined and allowed methods - most usually this is
HTTP - the main protocol used for web sites. Android's NFC classes are used
on the device for communicating with other nearby devices (ie. not GAE).

Again, sorry if it's me that's missed something.

Mat.

On 4 December 2011 14:25, Gavin Payne <gavinapa...@gmail.com> wrote:

> Hi Gang..
>
> I want to get access to NDEF class and  features for NFC. These are all
> part of Android.jar
>
> I have added the jar to my project.. and all my code is compiling
> correctly.
>
> But it will not run.. I am getting some errors from the android lib...
>
> I'm guessing there is some problem using the android lib in a standard GAE
> project.
>
> Any way i can make this work?
>
> Does anyone have any experience with this?
>
> thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/W3MYNsXecQkJ.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to