I don't expect that it will help to Arthur but it can help to other people.
I had same problem that the PicasawebService class was not found. I gone from right click of project (in Android), then to properties and selected list of JAR file etc. even though problem was there. I posted question and got reply that keep jar files in lib. Even still problem was there. I create new application and instead of pulling jars from properties --> add external jar (kept it as it was default), and bring jar files in 'libs' directory and it works. Bingo! Solution is that put jar files in 'libs' directory instead of in referenced libraries. On Wednesday, August 12, 2009 12:13:30 PM UTC+5:30, arthur wrote: > > i modify the android source code.after capture a picture i want to > upload this image to picasa.when run the application,it shows Could > not find class 'com.google.gdata.client.photos.PicasawebService', > referenced from method com.google.gdata.client.photos.PicasawebService > $Versions.<clinit>.can anyone help,thanks > -- -- 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.

