Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux 找不到命令!Ubuntu_Linux_Ubuntu_Android Ndk - Fatal编程技术网

Linux 找不到命令!Ubuntu

Linux 找不到命令!Ubuntu,linux,ubuntu,android-ndk,Linux,Ubuntu,Android Ndk,我正在使用Linux(Ubuntu12.04),我正在尝试构建tesseract库。我正在使用以下命令 cd <project-directory>/tess-two export TESSERACT_PATH=${PWD}/external/tesseract-3.01 export LEPTONICA_PATH=${PWD}/external/leptonica-1.68 export LIBJPEG_PATH=${PWD}/external/libjpeg ndk-build

我正在使用Linux(Ubuntu12.04),我正在尝试构建tesseract库。我正在使用以下命令

cd <project-directory>/tess-two
export TESSERACT_PATH=${PWD}/external/tesseract-3.01 
export LEPTONICA_PATH=${PWD}/external/leptonica-1.68
export LIBJPEG_PATH=${PWD}/external/libjpeg
ndk-build
android update project --path .
ant release
cd/tess二
导出TESSERACT_PATH=${PWD}/external/TESSERACT-3.01
导出LEPTONICA_PATH=${PWD}/external/LEPTONICA-1.68
导出LIBJPEG_PATH=${PWD}/external/LIBJPEG
ndk构建
android更新项目——路径。
蚂蚁释放
但当我键入ndk build时,它返回找不到的命令


请帮忙

什么是
ndk build
,您安装了它吗?ndk build是ndk的前端驱动程序,必须安装在您的路径中,或者由其位置的完整路径调用。请尝试指定ndk build的完整路径