William Maybaum wrote:
> I am attaching the console ouput. I scanned looking for "error" and
> found none.
That's because there weren't any --- it compiled and linked fine. (If
you look at the bottom of the log you can see it copying the compiled
.so into your package.)
So the real question is why your IDE is reporting an error when the
compilation itself isn't producing any. I'm afraid I don't build via an
IDE, so I can't help there. It's probably worth making sure that the
project is using the right NDK directory. It's also always useful to do
a complete clean and rebuild, just in case the IDE has gotten confused
(which happens a lot, and is one of the reasons why I don't build via an
IDE).