Reputation: 41
I am a new member, and I begin to develop android with c++, using the Eclipse IDE. But get a message
"C:\Android\ndk\ndk-build.cmd"
The system cannot find the path specified
when build my first project.
But it exists correct directory.
Please help me fix this, I sincerely thank you!
Upvotes: 4
Views: 2651
Reputation: 1
try to go to Window->Preferences->Android->NDK and fix the NDK path
Upvotes: 0
Reputation: 1477
For this you have to configure your ndk with Eclipse
For this Please follow this below specified steps.
Rigth Click on your project and select Properties -> Builders->New->Program->OK
In that in Main Tab specifiy the Location means click on File system and select "C:\Android\ndk\ndk-build.cmd" File and select your project work speace. and click ok
Then it will be configured..!
Upvotes: 1