Android NDK make 程序中的错误找不到 [英] Error in Android NDK make program cannot find

查看:16
本文介绍了Android NDK make 程序中的错误找不到的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用此

从 SDK 设置过程到 NDK 设置过程的解释.

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

    $ 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.

Note, I checked all this possibility error links:

Link-1

Link-2

Removed Spaces between folder.

Check this:

解决方案

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.

这篇关于Android NDK make 程序中的错误找不到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆