Installing Android NDK on 64bit Ubuntu
Posted by admin on February 18, 2010
0 comments
This is how I managed to install the NDK on two of my 64 bit ubuntu boxes: Install prerequisities first: sudo apt-get install ia32-libs sudo apt-get install gcc-multilib Download and extract the NDK where you want to have it, we’ll reference the folder as <ndk>. In <ndk>/build/host-setup.sh file at the beginning and replace source with [...]