I am trying to download the Android NDK and extract the android-ndk-r10c-linux-x86_64.bin package. The web site says to do the following:
chmod a+x android-ndk-r10c-linux-x86_64.bin./android-ndk-r10c-linux-x86_64.bin
Step 2 gives the following errors: No such file or directory
Any help? This should be easy.
I am running Ubuntu 14.04.1 LTS x86_64.
So I was able to run the command after installing all the build tools
I am not sure which one did the trick but it works now:
apt-get install bison build-essential curl flex git-core gnupg gperf libesd0-dev libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop openjdk-6-jdk openjdk-6-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev