[Work accumulation] Android Dynamic Library & Jni_onload

Source: Internet
Author: User

Bionic libc doesn ' t load dependencies for current. so file (diff from Windows or Linux)

So a explicit calling of Java's system.loadlibrary () is needed, in order to load depedency libraries. Otherwise the original so would fail to load.

Jni_onload'll be called mostly on system.loadlibrary () or equavilent calls

System.loadlibrary ("gnustl_shared");

The. so file are loaded & and symbol get loaded by common dynamic library function:

Dlopen

Dlsym

If the symbol "Jni_onload" is not found in the Lib, Dalvik would simply do nothing, but a Debug log:no jni_onload found in Xxx.so, skipping init.

Details at:

Dalvik/vm/native.c

Natvieacitviy:jni_onload is not get called

For the startup library, speicified by " Android.app.lib_name ", Jni_onload is not get called,

Only libs loaded by System.loadlibrary () would.

[Work accumulation] Android Dynamic Library & Jni_onload

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.