Error in Android NDK make program cannot find

后端 未结 5 1232
旧时难觅i
旧时难觅i 2020-12-29 07:44

I am trying to set up Android NDK using this Link.

I started Set up process by following command make -v and i am getting

    $ mak         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-29 08:22

    ERROR: Cannot find 'make' program. Please install Cygwin make package or define the GNUMAKE variable to point to it.

    While trying to install Cygwin i missed out to install MAKE PACKAGE

    Just need to search make in the Search box and it will shows the Branches that includes devel branch and from devel branch i selected make package.

    That's all issue fixed.

    Check this Youtube link for Complete Set up process for Android NDK.

    Explained from SDK set up process to NDK Set up process.

提交回复
热议问题