Yes, I don't really need to remove it, but after I copy the share lib out, the share lib have two copy, it wast storage space.
On 12月16日, 上午5时16分, Ralf <[email protected]> wrote: > You can think of the the APK as being a read-only zip file, so I don't > think you can remove anything from it. You don't really need to remove > your lib from the apk anyway, do you? > > R/ > > On Mon, Dec 15, 2008 at 5:50 AM, shuoshuo <[email protected]> wrote: > > > I have made an application, it uses a C++ shared library, I want > > deploy it by including it with the .apk package, at run time, copy it > > from the assets to a file, then remove it from assets in apk, how > > could I remove a file from assets in apk at runtime? or Is there any > > other alternative to deploy a C++ shared library? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

