0

I am trying to access Google Calendar in my Android 4.0 project. While I am trying to do that I am getting the following error message :

java.lang.NoClassDefFoundError: org.codehaus.jackson.JsonFactory

This is the message that is being displayed as soon as I run my application. I have imported all the necessary jar files and have also written the necessary import statements in my code. I am not able to pin the problem.

Thank you in advance.

user590849
  • 11,655
  • 27
  • 84
  • 125
  • your ans is here http://stackoverflow.com/questions/9857539/noclassdeffounderror-when-googleanalyticstracker-getinstance/9857669#9857669 – Akram May 08 '12 at 14:36

1 Answers1

0

Make sure that you are adding the library right. There is an answer here which explains very good Hope this helps

Community
  • 1
  • 1
Murat Nafiz
  • 1,438
  • 17
  • 28