Hi all, As i know, android has a mini version support on C++ library. But I have a third party source code that implement by C++ and use more library than android support. How can I build the third party library within android build system and work fine? I try to modify make file to build but fail in linking process, this just because i don't use the --no-undefined parameter in compiler process. If I use the --no- undefined parameter in compiler process, shared library can be built out but fail in library loading process
Is there any one can give me a way to solve this problem? I think this kind of problem will confuse many android porting guys.... Best regards Michael -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
