Error in Android NDK make program cannot find

后端 未结 5 1243
旧时难觅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条回答
  •  再見小時候
    2020-12-29 08:20

    My suggestion would be

    • to install (in addition) GnuMake for Win32 - it has an appropriate version >3.81
    • to create environment variable GNUMAKE and point it to your_path/GnuMake32/bin
    • to call via cygwin make -v and enjoy the result

    Hopefully helps.

    But baseline is simple - it is really better to deploy something like Ubuntu (as separate OS or via VM) and run NDK there.

提交回复
热议问题