Xerces on Android

后端 未结 5 1976
面向向阳花
面向向阳花 2020-12-16 06:13

I found several references in the mailinglist archive about Xerces, but it is still not clear to me if it is possible use Xerces succesfully in Android. Could you please pro

5条回答
  •  攒了一身酷
    2020-12-16 06:35

    You can use Xerces on Android. Simply place the Xerces jar into your lib directory and add it to our Android path. When the project gets built it will translate the Xerces byte code into Android/Dalvik bytecode and bundle it into your APK. I've used it successfully on my project.

提交回复
热议问题