Reputation: 5656
Is the ${ndk.dir} value set as part of the PATH env variable in Windows, or is there a setting found somewhere in Eclipse?
Upvotes: 1
Views: 3746
Reputation: 1567
I wish I had my machine with Eclipse installed...but I remember searching for a while to find the same thing. In the end it was under something like:
Preferences -> Android
(Not in the project properties)
Upvotes: 0
Reputation: 8725
You can setup any (NDK in your situation) path environment in Windows - here's how can you do that.
In Eclipse you can add NDK builder in your project properties - see this manual.
Hope it helps.
Upvotes: 1