On Tue, Feb 1, 2011 at 4:13 PM, Subramani Venkatesh <[email protected]>wrote:
> Hi, > I am porting an application to Android x86 platform There is no such thing for now, though we're working on it :-) > , while porting I > understood that my application depends on Android libsupc++ support > for exception handling, I verified for this library in NDK prebuilt > directory, I did not find it, may I know the procedure to build it > using Android NDK? > > See docs/DEVELOPMENT.html, otherwise try the following (not tested in a long time though) build/tools/download-toolchain-sources.sh /tmp/ndk/src build/tools/build-gcc.sh --copy-libstdxx /tmp/ndk/src `pwd` x86-4.2.1 Regards, > Subbu > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
