hi, oic... I understand what u means... but the problem is I not accessing others apks(which is installed) in fact, I accessing my own library which, my application will get it from internet and load into system...
Now(in SDK 1.0), I have a problem not only accessing myLib.apk resources... I also have a problem to load the class out... in SDK 0.9, I don't have such problem... any others solution of this problem?? so that I can continue my development... thanks for the reply... have a nice day... wesley. On Wed, Sep 24, 2008 at 4:00 PM, hackbod <[EMAIL PROTECTED]> wrote: > > Why are you using that? You should use Context.createPackageContext() > to access the assets of other .apks. > > On Sep 23, 10:46 pm, Wesley Sagittarius <[EMAIL PROTECTED]> wrote: > > hi, > > > > In SDK 0.9 > > AssetManager assetManager = new AssetManager(); > > assetManager.addAssetPath(path); > > > > the constructor of this AssetManager(); is not visible in SDK 1.0... > > can anyone show me how to create AssetManager with the path I > > defined??? > > > > wesley. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

