I met this problem too, but could't resolve it. On Thursday, February 28, 2013 at 4:07:27 PM UTC+8, Milind wrote: > > 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/edb021fb-7621-49a6-a980-9b1a42e4b513%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

