CVE-2016-5195 icon indicating copy to clipboard operation
CVE-2016-5195 copied to clipboard

I have a problem with ndk-build.

Open Oleg9669 opened this issue 5 years ago • 2 comments

I get the following error: olegratnikov @ olegratnikov-HP-Pavilion-g6-Notebook-PC: ~ / CVE-2016-5195 $ make test ndk-build NDK_PROJECT_PATH =. APP_BUILD_SCRIPT =. / Android.mk APP_ABI = armeabi-v7a APP_PLATFORM = android-21 make: ndk-build: command not found Makefile: 8: recipe execution error for build target make: *** [build] Error 127

What is the problem? I have ndk.

I would be grateful for any help.

Oleg9669 avatar Dec 06 '18 18:12 Oleg9669

Add the ndk directory to your PATH

timwr avatar Dec 06 '18 20:12 timwr

Add the ndk directory to your PATH

after getting the problem:

/home/olegratnikov/android-ndk-r18b/build/ndk-build: строка 40: dirname: command not found /home/olegratnikov/android-ndk-r18b/build/ndk-build: строка 122: uname: command not found ERROR: Unknown host operating system: Makefile:9: recipe execution error for "build" target make: *** [build] Ошибка 1 `

Oleg9669 avatar Dec 10 '18 18:12 Oleg9669