How to install libiconv for android ndk?

Coola picture Coola · Apr 4, 2012 · Viewed 8k times · Source

Can somebody teach me or point me to a tutorial on how to install libiconv for android? I've been googling for 3 days and I can't find a tutorial or a how-to.

Answer

Samuel picture Samuel · Apr 4, 2012

Grab the libiconv source, and make an Android.mk makefile. Look at this site for a prewritten makefile for libiconv and Android. Once you have the Android.mk file you can build using the ndk-build script.