Anybody can explain to me about this diagram 
How can Android application which run on Dalvik call a native lib from VM?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They use JNI, as explained in the diagram. Well, it actually does not call native libs from the VM… it executes native code (C or C++) which resides in a standar Linux library (those ones with the .so extension).