Search code examples
androidweb-servicesjakarta-eegenson

how to fix this error android: Could not find class 'com.owlike.genson.Genson'


final Collaborateur collaborateur =  new Genson().deserialize(scanner.nextLine(),Collaborateur.class);

05-17 12:00:20.058: E/dalvikvm(3150): Could not find class 'com.owlike.genson.Genson', referenced from method com.example.ayit.MainActivity$2.run


Solution

  • Please look into this to remove an error.

    download jar file from here and add it into your project.

    I hope this will resolve your error.