If you are using Eclipse 3.6, then I'd strongly suggest you add the
latest p2 repo from the Sequoyah project (1.1 -- not the one that's
already in the Eclipse software list) and install the Android Native
Support plug-in.
It provides the scaffolding that the CDT plug-in needs to properly do
NDK builds -- a "Build" command will build your NDK components, then
your Java components, all at once. And unlike the previous attempts to
integrate the NDK into Eclipse, I've never had this one fail to actually
produce a new .apk file.
(It also gives you integrated step-through debugging via gdbserver,
including stepping native <--> managed code, though that takes a bit
more work because the ndk's version of gdbserver is useless.)
--Mike
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.