Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ndk-build not found in Path [duplicate]

android-ndk error

I'm trying to setup ndk to work with in eclipse. I keep getting this message saying that ndk-build isn't found in path. I've added it to Environment Variables->Path but still not working.

Any help?!

like image 597
omarsafwany Avatar asked May 01 '13 03:05

omarsafwany


1 Answers

The answer is here: https://stackoverflow.com/a/11825963/918535

//goto Preference → Android → NDK and choose your ndk location

like image 200
BenDroid Avatar answered Oct 09 '22 03:10

BenDroid