Android: Unable to dlopen(/data/data/ ): Cannot load library: link_image[1995]

we cant link against the system libssl and libcrypto libraries, we must include our own as a static library or as a shared library. if using a shared library we must change their names from the default

Comments

Popular posts from this blog

Working with Android Hierarchy Viewer

Android: Standalone login with SQLiteOpenHelper