What steps will reproduce the problem?
i using inside android application
this simple examlple as and android aplication and i get error.
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
URL metafeedUrl = null;
("metafeedUrl = new URL("http://picasaweb.google.com/data/feed/api/
user/yaniv?kind=album
PicasawebService myService = new PicasawebService("examp")
myService.setUserCredentials("xxx@gmail.com", "1112")
UserFeed resultFeed = myService.getFeed(metafeedUrl, UserFeed.class)
on this line : myService.getFeed i get the error message --
::com.google.gdata.util.ParseException:
org.xml.sax.SAXNotRecognizedException:
http://xml.org/sax/features/external-parameter-entities
What is the expected output? What do you see instead?
Get Picasa Feeds
Windows 7 , eclipse .
Please use labels and text to provide additional information.
Original issue reported on code.google.com by Yaniv.H....@gmail.com on 11 Nov 2010 at 5:41
Original issue reported on code.google.com by
Yaniv.H....@gmail.com
on 11 Nov 2010 at 5:41Attachments: