An external library that I use (Sesame) references the method
javax.xml.datatype.XMLGregorianCalendar.toXMLFormat, which is not
available in Android. What can I do about that? The complete error is
this:

E/ActivityThread( 1811): Failed to find provider info for
com.google.settings
W/dalvikvm( 1811): VFY: unable to find class referenced in signature
(Ljavax/xml/datatype/XMLGregorianCalendar;)
E/dalvikvm( 1811): Could not find method
javax.xml.datatype.XMLGregorianCalendar.toXMLFormat, referenced from
method org.openrdf.model.impl.ValueFactoryBase.createLiteral
W/dalvikvm( 1811): VFY: unable to resolve virtual method 2047: Ljavax/
xml/datatype/XMLGregorianCalendar;.toXMLFormat ()Ljava/lang/String;
W/dalvikvm( 1811): VFY:  rejecting opcode 0x6e at 0x0000
W/dalvikvm( 1811): VFY:  rejected Lorg/openrdf/model/impl/
ValueFactoryBase;.createLiteral (Ljavax/xml/datatype/
XMLGregorianCalendar;)Lorg/openrdf/model/Literal;
W/dalvikvm( 1811): Verifier rejected class Lorg/openrdf/model/impl/
ValueFactoryBase;
D/AndroidRuntime( 1811): Shutting down VM
W/dalvikvm( 1811): threadid=3: thread exiting with uncaught exception
(group=0x4000fe70)
E/AndroidRuntime( 1811): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime( 1811): java.lang.VerifyError:
org.openrdf.model.impl.ValueFactoryBase
E/AndroidRuntime( 1811):        at org.openrdf.http.client.HTTPClient.<init>
(HTTPClient.java:133)
E/AndroidRuntime( 1811):        at
org.openrdf.repository.http.HTTPRepository.<init>(HTTPRepository.java:
56)
E/AndroidRuntime( 1811):        at
org.openrdf.repository.http.HTTPRepository.<init>(HTTPRepository.java:
61)
E/AndroidRuntime( 1811):        at com.test.TestActivity.onCreate
(TestActivity.java:27)
E/AndroidRuntime( 1811):        at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
1123)
E/AndroidRuntime( 1811):        at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
2231)
E/AndroidRuntime( 1811):        at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
2284)
E/AndroidRuntime( 1811):        at android.app.ActivityThread.access$1800
(ActivityThread.java:112)
E/AndroidRuntime( 1811):        at android.app.ActivityThread$H.handleMessage
(ActivityThread.java:1692)
E/AndroidRuntime( 1811):        at android.os.Handler.dispatchMessage
(Handler.java:99)
E/AndroidRuntime( 1811):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1811):        at android.app.ActivityThread.main
(ActivityThread.java:3948)
E/AndroidRuntime( 1811):        at java.lang.reflect.Method.invokeNative
(Native Method)
E/AndroidRuntime( 1811):        at java.lang.reflect.Method.invoke
(Method.java:521)
E/AndroidRuntime( 1811):        at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 1811):        at com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:540)
E/AndroidRuntime( 1811):        at dalvik.system.NativeStart.main(Native
Method)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to