Hello.

I am trying to add an external jar which requires
javax.xml.transform.SourceLocator. It is beings inserted OK into
activity and then it fails when I try to run the application:

...
I/dalvikvm(  859): Failed resolving Lgnu/text/SourceLocator; interface
1155 'Ljavax/xml/transform/SourceLocator;'
...

The interface is described in the reference (http://
developer.android.com/reference/javax/xml/transform/
SourceLocator.html). When I tried to copy /usr/share/java/xml-apis.jar
to libs, it complained loudly that I should not do it.

Please tell me how to make the projects see the interface, which I
suppose exist somewhere at device.

I use target android-7 and emulator for "Android 2.1".

Thanks,
--
Maksim

-- 
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