I have looked everywhere, seen several posts/articles on how to use a .so library in an Eclipse Android project, but nothing seems to be working. Does anyone have or know of a step by step guide or tutorial on how to use the .so files distributed for the Android build of the chilkat libraries in Eclipse? I've tried to put the file in libs, libs/armeabi, src, etc, etc to get it included, but I can't seem to get the import statement to work. I've used the
function to load the library. I'm lost. Someone set me straight, please. |