hello
if i try to load libwebcore or libmedia from my app
it will fail because the system libs has been loaded by zygote
and by JNI spec
*The same JNI native library cannot be loaded into more than one class
loader.*

but from the log and the code (dalvik/system/VMStack)
the bootstrap class loader ( the ClassLoader of Zygote) is null
although the Class.getClassLoader() can get the instance of the
bootstrap class loader

Isn't it strange here?
libwebcore.so is loaded by a classloader before which is a null object


thanks

-- 
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