On Fri, Jun 27, 2014 at 2:49 PM, Christophe DA COSTA <[email protected]>
 wrote:

> I use Webservices Rest on Android Apply, When I call a Webservice, often I
> have an error:
> 06-26 20:05:27.358: W/dalvikvm(8672): Exception Ljava/lang/
> NoClassDefFoundError; thrown while initializing
> Lorg/codehaus/jackson/map/ext/JodaSerializers;
> But in the AppEngine's Logs I haven't error:
>
> 2014-06-26 20:05:27.423 /rest/offre 200 219ms 1kb
>
> Can you help me?
>


This doesn't seem to be an App Engine problem. It looks like your Android
application isn't able to find a library. If you're building your Android
app in Eclipse, have you made sure that the Jackson libraries are being
exported? Go to the Build Path section, and make sure the checkbox for
exporting libraries is checked.


-----------------
-Vinny P
Technology & Media Consultant
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/d/optout.

Reply via email to