How to Integrate libxml2 native lib in Android-NDK project using CMakeLists.txt and AndroidStudio?

Viewed 1599

Please assist me for using libxml2 native-lib - XML parsing library in Android NDK using CMakeLists.txt configuration.

I found a source here. But do not know how to integrate this using CMakeLists.txt in AndroidStudio. And what need to include from this repository in my android-NDK project to use libxml2?

2 Answers
Related