Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created an app in android using JNI(as major part of my code is in C).
Now i am having a requirement to parse xml in my application.
As I have chosen libxml2 for my application, can any one please tell me how to use libxml2 in my android application ?
Posted
v2

1 solution

since there is no prebuilt libxml.so/.a file for libxml parser, so we need to create the library (either .so/.a) and use that in ur application u have to download all the .c/.h/android.mk/Application.mk and just build the libxml library(either .so/.a)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900