如何在Windows中设置NDK环境变量?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Windows中设置NDK环境变量?相关的知识,希望对你有一定的参考价值。

我在Windows 32位中遇到了这种错误。

"C:UsersNDKandroid-ndk-r12b
dk-build.cmd" all 
Android NDK: jni/Android.mk: Cannot find module with tag 'cpufeatures' in import path    
jni/Android.mk:46: *** Android NDK: Aborting.    .  Stop.
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?    
Android NDK: The following directories were searched:    
Android NDK: 

怎么解决呢?

答案

执行以下操作,希望它有所帮助:

1-右键单击“我的电脑”,然后选择“属性”,或按Windows + Break:enter image description here

2-选择高级系统设置,然后选择环境变量:enter image description here

3-选择Path变量,然后按Edit:enter image description here

4-将NDK目录路径添加到列表中,如下图所示:enter image description here

按确定,然后关闭所有打开的窗口。

另一答案

https://github.com/android-ndk/ndk/issues/33

你需要导入android/cpufeatures,而不是cpufeatures

以上是关于如何在Windows中设置NDK环境变量?的主要内容,如果未能解决你的问题,请参考以下文章

在windows中设置环境变量PATH

如何在 apache xampp 中设置环境变量?

powershell 在Windows中设置环境变量

如何在 PyCharm 中设置环境变量?

怎样在Ubuntu中设置环境变量

在 Windows 10 中设置环境变量以使用 java 和 javac