1.

Solve : undefined reference to `dlerror'?

Answer»

I have tried to build ANDROID SDK and FACING the following problem while linking the libraries :

: undefined REFERENCE to `dlerror'
: undefined reference to `dlclose'
: undefined reference to `dlsym'

If any one know the SOLUTION please suggest.
Thanks in advance.

Solve the error by adding the libdl in LOCAL_SHARED_LIBRARIES.



Discussion

No Comment Found