Hi,
I am fairly new to working on the android platform. I did put in a
comment over the issue.
Also, here's my LogCat:


07-23 07:19:01.890: ERROR/dalvikvm(353): Could not find method
javax.xml.parsers.SAXParserFactory.getSchema, referenced from method
com.google.gdata.util.common.xml.parsing.SecureGenericXMLFactory
$SecureSAXParserFactory.getSchema
07-23 07:19:01.900: WARN/dalvikvm(353): VFY: unable to resolve virtual
method 24379: Ljavax/xml/parsers/SAXParserFactory;.getSchema ()Ljavax/
xml/validation/Schema;
07-23 07:19:01.900: WARN/dalvikvm(353): VFY:  rejecting opcode 0x6e at
0x0002
07-23 07:19:01.900: WARN/dalvikvm(353): VFY:  rejected Lcom/google/
gdata/util/common/xml/parsing/SecureGenericXMLFactory
$SecureSAXParserFactory;.getSchema ()Ljavax/xml/validation/Schema;
07-23 07:19:01.900: WARN/dalvikvm(353): Verifier rejected class Lcom/
google/gdata/util/common/xml/parsing/SecureGenericXMLFactory
$SecureSAXParserFactory;


On Jul 23, 10:38 am, Kumar Bibek <[email protected]> wrote:
> This error would mean that you are missing some dependencies. The
> patch that you are using might be dependent on some other classes
> which you do not have already. You can comment on the issue and see if
> you get any response.
>
> Thanks and Regards,
> Kumar Bibekhttp://tech-droid.blogspot.com
>
> On Jul 22, 8:30 pm, Ashish <[email protected]> wrote:
>
> > 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

Reply via email to