ADT 23 dislike NDK11

Win7-x64, Eclipse Luna SR2, tools for Android v23.0.7. I installed NDK r11. I am trying to point Eclipse to D:\android-ndk-r11 through the Settings window, but it says:

"Invalid NDK directory."

+5
source share
2 answers

You need to create an empty file called "ndk-build" (without extension) inside the NDK root folder in order to recognize it in the latest version of the ADT plugin. You can also download an updated version of ADT that supports NDK r11 at: https://github.com/khaledev/ADT .

+21
source

I also ran into this problem, I fixed it by replacing the NDK Location with "D: \ develop \ android-ndk-r12b-windows-x86_64 \ android-ndk-r12b \ build".

+7
source

Source: https://habr.com/ru/post/1245179/


All Articles