1 Answer 1
How can Android application which run on Dalvik call a native lib from VM?
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).
answered Jan 3, 2011 at 4:37
Cristian
200k63 gold badges360 silver badges265 bronze badges
Sign up to request clarification or add additional context in comments.
Comments
default