I try to install the NDK on Windows Vista but when I run the host-setup.sh in Cygwin, an error occurred:
- Code: Select all
Phan Nazyc@minhpn00138 ~
$ e:/programming/android-ndk-1.5_r1/build/host-setup.sh
Detecting host toolchain.
CC : compiler check ok (gcc)
LD : linker check ok (gcc)
CXX : C++ compiler check ok (g++)
Generate : out/host/config.mk
Toolchain : Checking for arm-eabi-4.2.1 prebuilt binaries
ERROR:
It seems you do not have the correct arm-eabi-4.2.1 toolchain binaries.
Please go to the official Android NDK web site and download the
appropriate NDK package for your platform (windows).
See http://developer.android.com/sdk/index.html
ABORTING.
I have downloaded the right versions, both SDK and NDK.
Somebody help me?
