libcurl - android load library specified version instead of generic version library -


I have successfully created my Android app using libcurl. But I could not load my program. The error message I received is:

The library can not be loaded: soinfo_link_image (linker.cpp: 1635): The library "libcurl.so.5" required by "mylib.so" Could not load "; Because of Load_library (linker.cpp: 745): The library" libcurl.so.5 "was not found

In my program, I only found libcurl.so file I tried to use only the libcurl.so file (delete the libcurl.so.5 file and recompile it) but the loading error still exists.

I The file was seen inside the apk file, only libcurl.so file. I think my problem is mylib somewhere mentioned libcurl.so.5. But after removing libcurl.so.5, recompile, error is left. Mylib.so libcurl.so dependent, is not dependent on libcurl.so.5 file?

this is I have modified the config file by removing all the major tags in the config file. Now, at least, it works.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -