[android-developers] How to remove a context instance from the createPackageContext method ?

2011-10-26 Thread shuren
How to remove a context instance from the createPackageContext method ? I used below createPackageContext. context = _context.createPackageContext(package, Context.CONTEXT_INCLUDE_CODE | Context.CONTEXT_IGNORE_SECURITY); klass = Class.forName(classpath, true, context.getClassLoader()); instance

Re: [android-developers] How to use android system freetype engine in native code

2011-10-23 Thread Bi Shuren
Thanks Mark. [?] /shuren On Sat, Oct 22, 2011 at 2:34 AM, Mark Murphy wrote: > There is an android-ndk Google Group that may be better able to answer > your NDK question. > > On Fri, Oct 21, 2011 at 12:08 AM, Shuren wrote: > > My app has a .so library. To reduce the its siz

[android-developers] How to use android system freetype engine in native code

2011-10-21 Thread Shuren
My app has a .so library. To reduce the its size, I wanna use the system freetype engine. But I didn't find any freetype header files in Android NDK. Could the system freetype be use external? -- You received this message because you are subscribed to the Google Groups "Android Developers" group.