Phillip
Phillip

Reputation: 5656

How do I configure the location of the Android NDK in Eclipse?

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

Answers (2)

JonnyBoy
JonnyBoy

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

ArtemStorozhuk
ArtemStorozhuk

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

Related Questions