Compiling Android Win7

Hi all,

I am running into an issue what I attempt to build my android app in eclipse to run on device. I get the following error: “Program ‘make’ is not found in PATH”.

Here is my setup:

  • cocos2d-x-2.2 (C:2d-x-2.2)
  • win7 (64bit)
  • android-ndk-r9 (C:~~ndk-r9)
    ~~ adt-bundle-windows-x86_64-20130917 (C:~~bundle-windows-x86_64-20130917)
    And here are my environment variables:
    ~~ ANDROID_SDK_ROOT: C:~~bundle-windows-x86_64-20130917/sdk
    ~~ COCOS2DX_ROOT: C:2d-x-2.2
  • NDK_ROOT: C:~~ndk-r9
    ~~ Path: c:27C:64\bin\make;C:~~bundle-windows-x86_64-20130917\sdk\tools;C:~~bundle-windows-x86_64-20130917\sdk\platform-tools

Any ideas of what is wrong? Thanks!

Here is a great thread:

I use NDK r8e and it works very well, no issues with Android or Win7.