IgorGanapolsky
IgorGanapolsky

Reputation: 26831

Cannot remove NDK support from Android project

I am unable to remove NDK support from my Android project. I have gone through all the workspace and project settings, including CDT builder, C/C++ build paths, etc. I have cleaned my workspace and relaunched Eclipse. However, my project will not build as Eclipse complains about this error:

Program "/home/eazyigz/adt-bundle-linux-x86/android-ndk-r8c/ndk-build" not found in PATH

I really don't know what to do, as I don't even have ndk-r8c downloaded, and it's an outdated version of ndk anyway! I am on Ubuntu Linux.

Anybody knows?

Upvotes: 2

Views: 2000

Answers (2)

bleater
bleater

Reputation: 5499

If you have a C/C++ aspect to your code which references the Android NDK plugin for Eclipse, you need to have the NDK location set in the NDK plugin preferences: NDK location

Upvotes: 0

IgorGanapolsky
IgorGanapolsky

Reputation: 26831

Well, I reinstalled Eclipse. Then I deleted my project and re-imported it into the workspace. Now I don't get that error anymore. Problem solved.

Upvotes: 2

Related Questions