Failed to import com.google.api.client.json.jackson.JacksonFactory

I am trying to import com.google.api.client.json.jackson.JacksonFactory, however I keep getting the message "Can not solve symbol" jackson. Has anyone else got this error while trying to get this library? Does Google condemn this?

Thank!

+4
source share
2 answers

Use this class for JacksonFactory instead of the previous one.

com.google.api.client.json.jackson2.JacksonFactory
+10
source

how do you install this library, please take a look at these links:

Setting: https://developers.google.com/google-apps/calendar/setup

Tutorial: https://developers.google.com/google-apps/calendar/instantiate

0

Source: https://habr.com/ru/post/1532524/


All Articles