Hi,

In my app, I'm using "System.loadLibrary()" to load my JNI library. It
should load library from "/data/data/myapp/lib/".
Then I add a invocation of "System.getenv("LD_LIBRARY_PATH")", and
found that this system env is "/system/lib/". Does that means that
system will load library from "/system/lib/" first? I think it is TRUE
for a system app, not my app. I'm confused.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to