Dear All, I have following error while running my Android code to connect Picasa web album.
E/AndroidRuntime(4008): FATAL EXCEPTION: main E/AndroidRuntime(4008): java.lang.ExceptionInInitializerError . . . E/AndroidRuntime(4008): Caused by: java.lang.NoClassDefFoundError: com.google.gdata.data.media.MediaSource E/AndroidRuntime(4008): at com.google.gdata.wireformats.input.media.MediaParser.<init>(MediaParser.java:39) E/AndroidRuntime(4008): at com.google.gdata.client.media.MediaService.<clinit>(MediaService.java:107) I am just initializing instance of PicasawebService and above error is there. I have following library added in libs directory along with default android-support-v4.jar: 1. gdata-client-1.0.jar 2. gdata-client-meta-1.0.jar 3. gdata-core-1.0.jar 4. gdata-media-1.0.jar 5. gdata-photos-2.0.jar 6. gdata-photos-meta-2.0.jar 7. guava-14.0-rc3.jar 8. jsr305.jar 9. mail.jar 10. servlet-api-2.3.jar Thank you for reply. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

