Tag Archives: Ubuntu

Installing Android NDK on 64bit Ubuntu

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 [...]