I am running an Android project, it had missing libraries that I added, but there is no jar for libxml2, I keep getting this linking error:
Originating from System.loadLibrary(“xml2”);
07-06 15:46:54.196: ERROR/AndroidRuntime(322): Caused by: java.lang.UnsatisfiedLinkError: Library xml2 not found
07-06 15:46:54.196: ERROR/AndroidRuntime(322): at java.lang.Runtime.loadLibrary(Runtime.java:461)
07-06 15:46:54.196: ERROR/AndroidRuntime(322): at java.lang.System.loadLibrary(System.java:557)
07-06 15:46:54.196: ERROR/AndroidRuntime(322): at com.wiyun.engine.WiEngineDemos.(WiEngineDemos.java:49)
Do i need to add .so to my Android project configuration? How? Thanks.
It appears to have been an issue with Eclipse… If anyone has the same issue they should simply restart Eclipse, and check that all NDK configurations are properlly set, like name matching, etc…