I am right now configuring ndk in eclipse on mac lion os. i downloaded Eclipse 3.5, android sdk & ndk r7b. can anyone give me the procedure to configure the NDK in eclipse for native android application development?
Asked
Active
Viewed 1,255 times
1 Answers
0
It's a little tricky to set up right on OSX but I've done it (on Lion, not sure about others) so it is possible.
Download the OSX bzip here and follow the instructions 'Installing the NDK' and 'Getting Started with the NDK'. From there try to build the the hello-jni
sample, found here. I installed the APK it produced on the android emulator and it worked fine, same for some of the other samples.
I did it without using eclipse, but from what I understand the eclipse plugin is just a wrapper for the android
and adb
binaries.

devin
- 6,407
- 14
- 48
- 53