Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

android

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!

like image 299
user2828960 Avatar asked Mar 19 '14 17:03

user2828960


1 Answers

Use this class for JacksonFactory instead of the previous one.

com.google.api.client.json.jackson2.JacksonFactory
like image 163
aswin Avatar answered Nov 11 '22 15:11

aswin