user2828960
user2828960

Reputation: 63

Can't Import com.google.api.client.json.jackson.JacksonFactory

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

Answers (2)

aswin
aswin

Reputation: 413

Use this class for JacksonFactory instead of the previous one.

com.google.api.client.json.jackson2.JacksonFactory

Upvotes: 11

carlosmaciel
carlosmaciel

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

Related Questions