I'm working on an application that has a native library packaged with
it (i.e. contained in its APK).  Consequently, this application is
going to be prepackaged with new devices thus its APK will live in /
system/app/ and the native .so files will be placed in /system/
lib/ .

I have been asked to help a device manufacturer figure out how
updating of the application from Android market will work.  It seems
that the manufacturer is unclear about how to update the APK in /
system/app/ and then extract the .so file contained in the APK to
update the .so file in /system/lib/.

Can anyone direct me to how this is normally done?

Thanks.

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

Reply via email to