如何修复此错误 android:找不到 class 'com.owlike.genson.Genson'
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.run
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.run