Hey I am new to android development. I am trying to use the picasa api in a dummy application for which I tried running the sample code. I am using eclipse galileo for this purpose: I have added the following libraries : - google api client 1.1.1 - gdata.java 1.41.5 - gdata-samples.java - java application framework - apache ant - apache tomcat - javamail
Still the following are not resolved: import com.google.gdata.client.photos.PicasawebService; import com.google.gdata.data.Link; import com.google.gdata.data.photos.AlbumEntry; import com.google.gdata.data.photos.AlbumFeed; import com.google.gdata.data.photos.CommentEntry; import com.google.gdata.data.photos.GphotoEntry; import com.google.gdata.data.photos.GphotoFeed; import com.google.gdata.data.photos.PhotoEntry; import com.google.gdata.data.photos.TagEntry; import com.google.gdata.data.photos.UserFeed; import com.google.gdata.util.AuthenticationException; import com.google.gdata.util.ServiceException; Whats going wrong? Do we have a step-by-step guide or something else like that? Please help.... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en