Reputation: 63
I am attempting to import com.google.api.client.json.jackson.JacksonFactory, however I keep getting the "Cannot resolve symbol 'jackson' error. Has anyone else gotten this error while attempting to get this library? Maybe Google is deprecating it?
Thanks!
Upvotes: 6
Views: 7156
Reputation: 413
Use this class for JacksonFactory instead of the previous one.
com.google.api.client.json.jackson2.JacksonFactory
Upvotes: 11
Reputation: 819
how are you setting this library, pleas take a look at these links:
Setup: https://developers.google.com/google-apps/calendar/setup
Tutorial: https://developers.google.com/google-apps/calendar/instantiate
Upvotes: 0