Manishika
Manishika

Reputation: 5574

Working with NDK in Eclipse

I want to use C code in Android application for a set of operations. I have successfully installed Android ADT and downloaded then extracted NDK. I have already installed Additional new Softwares from https://dl-ssl.google.com/android/eclipse/. When I now want to add NDK path in eclipse it does not list in the Windows->Preferences->Android location.

I am using Eclipse juno.

enter image description here

I have searched for it on internet but didn't got much help. Please point out if I am missing something here or guide through the process

Upvotes: 4

Views: 97

Answers (1)

Jon Goodwin
Jon Goodwin

Reputation: 9153

Eclipse -> Window -> Preferences -> Android -> NDK -> set path to the NDK (C:\Android\sdk\ndk-bundle) [or where you put it!]

Upvotes: 1

Related Questions