hi all, especially to fadden
This is a additional question to this post:
http://groups.google.com/group/android-ndk/browse_thread/thread/bfceac612dceae8c/7f2b8b48a87c2a52.
Sorry for this new post. Because I replied to that post but the system
didn't show my reply.
My question is that it seems to be a designed behavior of Android.
Then how will the system APPs with .so be upgraded? If a APP wants to
upgrade itself, normally will supply a new apk file and install it
with the package installer, the upgraded so file will be placed in
the /data/data/com.xxx.xxx/lib directory. The old so in the /system/
lib directory will not be upgraded. But the so files in the system
directory have high priority to be linked. Then the old so will never
be replaced. How to solve this problem?
Thanks.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.