问题描述
我试图建立的Android NDK使用此链接。
I am trying to Set up Android NDK using this Link.
我开始设置过程如下命令使-v ,然后我得到
I started Set up process by following command make -v and i am getting
$ make -v
bash: make: command not found
然后我进入下面的命令在上面的链接给出
Then i entered following commands as given in the above link
cd /cygwin/C/..path for my project
/cygwin/C/..path of ndk installed path
在这一点上我收到
At this point i am getting
ERROR: Cannot find 'make' program. Please install Cygwin make package
or define the GNUMAKE variable to point to it.
请注意:
我检查了所有这种可能性错误链接
I checked all this possibility error links
文件夹之间取出空间。
我觉得我失去了一些东西。任何帮助将AP preciated。
I think i am missing something. Any help will be appreciated.
检查该
Check this
推荐答案
错误:无法找到'使'程序。请安装Cygwin使包或定义gnumake的变量指向它。
ERROR: Cannot find 'make' program. Please install Cygwin make packageor define the GNUMAKE variable to point to it.
在尝试安装Cygwin我错过了安装请PACKAGE
While trying to install Cygwin i missed out to install MAKE PACKAGE
只需要搜索请在搜索框,它会显示包括devel软件包分支,从devel软件包分支我选择化妆包分行。
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.
这是所有问题的解决。
勾选此 Youtube链接的成套过程为Android NDK。
这是SDK的解释设置过程NDK建立过程。
Explained from SDK set up process to NDK Set up process.
这篇关于在Android的NDK错误使程序无法找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!