============ Problem Description ============
How do I use Eclipse's ndk to develop a dynamic library, a static library?
The NDK,CDT and Esequoyah have been installed and configured in Eclipse (online check-in).
I do C + +, the company's business needs to self-study Android, Java is also known a little fur.
On the Internet to check some information, I did not succeed in making the simplest dynamic library or static library, depressed Ah!
Do you have any detailed instructions?
============ Solution 1============
You go and search the development of the JNI of Android, you know, it's not difficult, but the general development NDK is done under Linux.
============ Solution 2============
With Cygwin cross-compiling under Windows, there are many examples of online Hello world,
How to use Eclipse's NDK to develop a dynamic library, a static library