Hi, I have been trying to use the youtube APIs on the Android Platform (version 1.6) and have been stuck with the SAXParser whenever I send out a query from the following line of code:
VideoFeed videoFeed = service.query(query, VideoFeed.class); I initially had errors with the SAXParser for which I applied the patch suggested here : https://code.google.com/p/android/issues/detail?id=9493 After this, the previous error that I had which called an ExternalParametersEntities exception was resolved but I now get a Verify Error : com.google.gdata.util.common.xml.parsing.SecureGenericXMLFactory $SecureSAXParserFactory Would anyone know how to get around this error? Is there any other way to use the youtube api query on an android platform? Regards, Ashish Mody -- 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

