Hi everybody.
I am currently developping a application wich needs to update shared
libraries created by the android-ndk. So these libraries are stored in
the libs/armeabi directory in my project and within /data/data/
com.xxx.yyy/lib directory on my phone. However I can't access to this
directory, I don't have the right, and I haven't found manifest
permission.

I have tought to store my libraries on the sdcard in order to have the
right to modify it, but the method System.loadLibrary only search
library in the data/data directory.

So I would like to know if there is other possiblities to update my
libaries. I found the update.zip method, but can't understand how it
works.

by

PS: Sorry for my english but I am french

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