1

I am trying to install android ndk using cgywin. I've download the android ndk and unzip it. I've also installed cygwin.

I would like to mention that I am a windows user.

I don;t know how to install androidn ndk. In cygwin here is the error when I run ./build-ndk

Android NDK: Could not find application project directory !
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.
/cygdrive/c/android-ndk/build/core/build-local.mk:130: *** Android NDK: Aborting                                                        .  Stop.

What am I missing? Need some help please.

EDIT:

I SOLVED THE PROBLEM BY RECOMPILING THE CYGWIN WITH MAKE AND GCC. SECONDLY I BULD THE PROJECT WIRH ANDROID=NDK

4

1 に答える 1

1

Android NDK を適切に使用するには、 cygwinが必要です (SDK 要件に加えて)。

また、4.4 ではなく gcc 4.6 に基づく代替 NDK、つまり Crystax NDK (http://www.crystax.net/en/android/ndk) が存在します。

于 2012-07-02T19:00:16.523 に答える