Android环境下解决NDK not configured问题的方法

Posted Linux C/C++程序员

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android环境下解决NDK not configured问题的方法相关的知识,希望对你有一定的参考价值。

一、问题现象:

 

二、解决方法:

1、切换到Project选项卡,找到local.properties文件。

 

2、在local.properties文件夹中添加ndk路径

 

三、出现这种问题的原因

android的sdk版本过高导致找不到NDK引发的错误

 

以上是关于Android环境下解决NDK not configured问题的方法的主要内容,如果未能解决你的问题,请参考以下文章

android -------- 解决NDK开发中的 Method 'NewStringUTF' could not be resolved

我的Android进阶之旅解决NDK开发,编译的时候报错:open: Invalid argument File xxx.so is not writable.

我的Android进阶之旅解决NDK开发编译错误: ABIs [x86-64] are not supported for platform.

我的Android进阶之旅解决NDK开发编译错误: ABIs [x86-64] are not supported for platform.

Eclipse下搭建Android的NDK开发环境

ubuntu下android ndk编译环境搭建方法